csharp
public readonly record struct WgpuShaderModuleDescriptorWhat to create a shader module from.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public WgpuShaderSource SourceWhich form is in.
public byte[] CodeThe module, as UTF-8 WGSL or as SPIR-V words.
public string LabelA name for the debugger.
Methods (1)
public WgpuShaderModuleDescriptor(WgpuShaderSource Source, byte[] Code, string Label = "")What to create a shader module from.
Used by (3)
- FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
- IWebGpuBindingVixen.Graphics.WebGPU
- NativeWebGpuBindingVixen.Graphics.WebGPU