Vixen
02b45cc4
csharp
public enum BlendPreset

A blend state by name, because a file should not spell out seven factors.

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

Fields and properties (4)

  • Opaque

    Overwrite.

  • AlphaBlend

    Straight alpha.

  • PremultipliedAlpha

    Premultiplied alpha.

  • Additive

    Additive.

Used by (9)

  • CompositorBuilderVixen.Rendering
  • FullScreenAssetVixen.Rendering
  • RenderStageAssetVixen.Rendering
  • TypeRegistrationVixen.Rendering
  • Vixen_Rendering_Compositor_FullScreenAssetSerializerVixen.Rendering
  • Vixen_Rendering_Compositor_RenderStageAssetSerializerVixen.Rendering
  • CompositorCompilerTestsVixen.Editor.AssetEditors.Tests
  • FullScreenNodeVixen.Editor.AssetEditors
  • StageNodeVixen.Editor.AssetEditors