Luna::ShaderCompiler::ShaderCompileResult
Describes shader compile result.
struct Luna::ShaderCompiler::ShaderCompileResult
Member objects
-
The compiled shader data.
-
The format of the compiled data.
-
The shader entry point function name.
-
The number of threads for one thread group in X dimension.
-
The number of threads for one thread group in Y dimension.
-
The number of threads for one thread group in Z dimension.