Vixen
02b45cc4

GpuDescriptorSetLayout

class Core/Vixen.Graphics/Resources.cs:53
csharp
public abstract class GpuDescriptorSetLayout

The shape of one descriptor set.

No guide page documents this yet — the page shows what the code says about itself.

Methods (1)

  • protected GpuDescriptorSetLayout()

    Only a backend derives from this.

Used by (9)

  • DescriptorSetLayoutHandleVixen.Graphics
  • GlDescriptorSetLayoutVixen.Graphics.OpenGL
  • GlDeviceVixen.Graphics.OpenGL
  • NullDescriptorSetLayoutVixen.Graphics.Null
  • NullDeviceVixen.Graphics.Null
  • VulkanDescriptorSetLayoutVixen.Graphics.Vulkan
  • VulkanDeviceVixen.Graphics.Vulkan
  • WebGpuDescriptorSetLayoutVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU