Vixen
02b45cc4
csharp
public readonly record struct VertexElement

One vertex element — an attribute, named to stay clear of System.Attribute.

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

Fields and properties (3)

  • public uint Location

    Its shader location.

  • public VertexFormat Format

    Its type.

  • public int Offset

    Its offset within the vertex, in bytes.

Methods (1)

  • public VertexElement(uint Location, VertexFormat Format, int Offset)

    One vertex element — an attribute, named to stay clear of System.Attribute.

Used by (9)

  • ClusteredShadingDeviceTestsVixen.Graphics.Golden.Tests
  • GlDeviceVixen.Graphics.OpenGL
  • GraphicsPipelineDescriptionVixen.Graphics
  • IrradianceBounceDeviceTestsVixen.Graphics.Golden.Tests
  • IrradianceShadingDeviceTestsVixen.Graphics.Golden.Tests
  • VertexBufferLayoutVixen.Graphics
  • VertexSchemaVixen.Rendering
  • VulkanDeviceVixen.Graphics.Vulkan
  • WebGpuDeviceVixen.Graphics.WebGPU