csharp
public readonly record struct PipelineLayoutDescriptionThe descriptor sets and push constants a pipeline expects.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public DescriptorSetLayoutHandle[] SetsThe set layouts, in slot order.
public PushConstantRange[]? PushConstantsThe push-constant ranges.
public string NameA name for the debugger and the validation layers.
Methods (1)
public PipelineLayoutDescription(DescriptorSetLayoutHandle[] Sets, PushConstantRange[]? PushConstants = null, string Name = "")The descriptor sets and push constants a pipeline expects.
Used by (8)
- CommandRecorderTestsVixen.Graphics.Null.Tests
- GlDeviceVixen.Graphics.OpenGL
- IGraphicsDeviceVixen.Graphics
- NativeWebGpuTestsVixen.Graphics.WebGPU.Tests
- NullDeviceVixen.Graphics.Null
- VideoRendererVixen.Video.Rendering
- VulkanDeviceVixen.Graphics.Vulkan
- WebGpuDeviceVixen.Graphics.WebGPU