csharp
public readonly record struct VertexElementOne 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 LocationIts shader location.
public VertexFormat FormatIts type.
public int OffsetIts 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