|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Raw specialization constant payload passed to Vulkan. More...
Public Attributes | |
| uint32_t | localSizeX |
| Workgroup local size for the current dispatch stage. | |
| uint32_t | nextStageThreadCount |
| Thread count consumed by the next dispatch stage. | |
Raw specialization constant payload passed to Vulkan.
Definition at line 120 of file PipelineMaterialPayload.h.
| uint32_t Engine::Rendering::DispatcherComputePipelineSpecializationData::Data::localSizeX |
Workgroup local size for the current dispatch stage.
Definition at line 124 of file PipelineMaterialPayload.h.
| uint32_t Engine::Rendering::DispatcherComputePipelineSpecializationData::Data::nextStageThreadCount |
Thread count consumed by the next dispatch stage.
Definition at line 129 of file PipelineMaterialPayload.h.