Vixen
02b45cc4
csharp
public record class FragmentOutputInfo

One fragment-stage output.

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

Fields and properties (4)

  • public int Location

    Render-target index.

  • public string Name

    Output name.

  • public ShaderDataType Type

    The output's shape.

  • public string? Semantic

    The [Semantic("…")] name, if any.

Methods (1)

  • public FragmentOutputInfo(int Location, string Name, ShaderDataType Type, string? Semantic)

    One fragment-stage output.

Used by (4)

  • RavenReflectionVixen.Raven
  • ReflectionBuilderVixen.Raven
  • ReflectionTestsVixen.Raven.Tests
  • RenderTargetTestsVixen.Raven.Tests