csharp
public record class VertexInputInfoOne vertex-stage input.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int LocationAttribute location.
public string NameParameter name.
public ShaderDataType TypeThe attribute's shape.
public string? SemanticThe [Semantic("…")] name, if any.
Methods (1)
public VertexInputInfo(int Location, string Name, ShaderDataType Type, string? Semantic)One vertex-stage input.
Used by (7)
- CompiledEffectTestsVixen.Raven.Tests
- EffectTranslatorVixen.ShaderCompiler
- RavenReflectionVixen.Raven
- ReflectionBuilderVixen.Raven
- ReflectionTestsVixen.Raven.Tests
- StageBuiltInTestsVixen.Raven.Tests
- StreamTestsVixen.Raven.Tests