csharp
public record class EffectStageDataOne 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 StageWhich stage.
public string EntryPointIts entry point.
public byte[] BytecodeThe 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