csharp
public readonly record struct EffectStageOne compiled shader stage's bytecode.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public ShaderStage StageWhich stage this is.
public ImmutableArray<byte> BytecodeSPIR-V, as the device takes it.
public string EntryPointThe entry point's name in the module.
Methods (1)
public EffectStage(ShaderStage Stage, ImmutableArray<byte> Bytecode, string EntryPoint)One compiled shader stage's bytecode.
Used by (13)
- AlwaysCompilesVixen.Rendering.Tests
- BindlessSamplingDeviceTestsVixen.Graphics.Golden.Tests
- CompilesVixen.Rendering.Tests
- CompilesVixen.Rendering.Tests
- CompilesVixen.Rendering.Tests
- CompilesVixen.Rendering.Tests
- CompilesVixen.Rendering.Tests
- ComputePipelineCacheVixen.Rendering
- EffectVixen.Shaders
- EffectLoaderVixen.Shaders
- EffectPipelineDescriberVixen.Rendering
- EffectSystemTestsVixen.Shaders.Tests
- SurfaceCardCaptureDeviceTestsVixen.Graphics.Golden.Tests