csharp
public record class FragmentOutputInfoOne fragment-stage output.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int LocationRender-target index.
public string NameOutput name.
public ShaderDataType TypeThe output's shape.
public string? SemanticThe [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