Vixen
02b45cc4
csharp
public readonly record struct PushConstantRange

A 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 Stages

    Which stages see it.

  • public int Offset

    Its offset within the block, in bytes.

  • public int Size

    Its 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