csharp
public readonly record struct PushConstantRangeA range of push constants.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public ShaderStage StagesWhich stages see it.
public int OffsetIts offset within the block, in bytes.
public int SizeIts size in bytes.
Methods (1)
public PushConstantRange(ShaderStage Stages, int Offset, int Size)A range of push constants.
Used by (8)
- EffectLoaderVixen.Shaders
- GlDeviceVixen.Graphics.OpenGL
- PipelineLayoutDescriptionVixen.Graphics
- VideoRendererVixen.Video.Rendering
- VulkanDeviceVixen.Graphics.Vulkan
- VulkanPipelineVixen.Graphics.Vulkan
- VulkanPipelineLayoutVixen.Graphics.Vulkan
- WebGpuDeviceVixen.Graphics.WebGPU