Luna::RHI::ComputePipelineStateDesc
Describes pipeline configurations of one compute pipeline.
struct Luna::RHI::ComputePipelineStateDesc
Member objects
-
IPipelineLayout* pipeline_layout
The pipeline layout used with this pipeline state.
-
The compute shader data.
-
The number of threads in one thread group in X dimension for Metal backend.
-
The number of threads in one thread group in Y dimension for Metal backend.
-
The number of threads in one thread group in Z dimension for Metal backend.