Vixen
02b45cc4
csharp
public enum ShaderStages

Which stages reference a binding. Flags, because one binding often serves several.

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

Fields and properties (5)

  • None

    No stage.

  • Vertex

    The vertex stage.

  • Fragment

    The fragment stage.

  • Geometry

    The geometry stage.

  • Compute

    The compute stage.

Used by (6)

  • BindingInfoVixen.Raven
  • ComputeTestsVixen.Raven.Tests
  • EffectTranslatorVixen.ShaderCompiler
  • PushConstantInfoVixen.Raven
  • ReflectionBuilderVixen.Raven
  • ReflectionTestsVixen.Raven.Tests