Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Rendering::DispatcherComputePipelineSpecializationData::Data Struct Reference

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.

Detailed Description

Raw specialization constant payload passed to Vulkan.

Definition at line 120 of file PipelineMaterialPayload.h.

Member Data Documentation

◆ localSizeX

uint32_t Engine::Rendering::DispatcherComputePipelineSpecializationData::Data::localSizeX

Workgroup local size for the current dispatch stage.

Definition at line 124 of file PipelineMaterialPayload.h.

◆ nextStageThreadCount

uint32_t Engine::Rendering::DispatcherComputePipelineSpecializationData::Data::nextStageThreadCount

Thread count consumed by the next dispatch stage.

Definition at line 129 of file PipelineMaterialPayload.h.


The documentation for this struct was generated from the following file: