Vixen
02b45cc4
csharp
public record class EffectStageData

One stage's compiled module.

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

Fields and properties (3)

  • public ShaderStage Stage

    Which stage.

  • public string EntryPoint

    Its entry point.

  • public byte[] Bytecode

    The module, never null.

Methods (1)

  • public EffectStageData(ShaderStage Stage = None, byte[]? Bytecode = null, string EntryPoint = "main")

    One stage's compiled module.

Used by (9)

  • EffectCacheTestsVixen.Shaders.Tests
  • EffectDataVixen.Shaders
  • EffectLoaderVixen.Shaders
  • TypeRegistrationVixen.Shaders
  • Vixen_Shaders_EffectDataSerializerVixen.Shaders
  • Vixen_Shaders_EffectStageDataSerializerVixen.Shaders
  • EffectCompilerTestsVixen.ShaderCompiler.Tests
  • EffectTranslatorVixen.ShaderCompiler
  • ShaderCompilerServiceTestsVixen.ShaderCompilerService.Tests