Vixen
02b45cc4
csharp
public record class VertexInputInfo

One vertex-stage input.

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

Fields and properties (4)

  • public int Location

    Attribute location.

  • public string Name

    Parameter name.

  • public ShaderDataType Type

    The attribute's shape.

  • public string? Semantic

    The [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