Diligent::WaveOpProperties struct

Wave operation properties.

Contents

Public variables

Uint32 MinSize
Minimum supported size of the wave.
Uint32 MaxSize
Maximum supported size of the wave. If variable wave size is not supported then this value is equal to MinSize. Direct3D12 backend: requires shader model 6.6. Vulkan backend: requires VK_EXT_subgroup_size_control.
SHADER_TYPE SupportedStages
Shader stages in which wave operations can be used.
WAVE_FEATURE Features
Indicates which groups of wave operations are supported by this device.