Program Listing for File Parallel_Args.hpp

Return to documentation for file (include\util\common\BackendLoader\Parallel_Args.hpp)

#pragma once
namespace PDJE_PARALLEL {

enum class BACKEND_T { OPENCL, METAL, SERIAL };
};