Vixen
02b45cc4
csharp
public readonly record struct EffectStage

One 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 Stage

    Which stage this is.

  • public ImmutableArray<byte> Bytecode

    SPIR-V, as the device takes it.

  • public string EntryPoint

    The 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