Vixen
02b45cc4
csharp
public enum WgpuShaderSource

How shader source or bytecode is spelled.

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

Fields and properties (2)

  • Wgsl

    WGSL source. The only form a browser accepts.

  • SpirV

    SPIR-V. Accepted by Dawn and wgpu-native, never by a browser.

Used by (5)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests
  • WgpuShaderModuleDescriptorVixen.Graphics.WebGPU