csharp
public enum WebGpuObjectKindWhat kind of thing a WebGpuObject refers to.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Only so Release can be one method. A token carries no type of its own — it is a pointer on one surface and an index on the other — and the caller always knows what it asked for.
Fields and properties (11)
BufferA buffer.
TextureA texture.
TextureViewA texture view.
SamplerA sampler.
ShaderModuleA shader module.
BindGroupLayoutA bind group layout.
PipelineLayoutA pipeline layout.
BindGroupA bind group.
RenderPipelineA render pipeline.
ComputePipelineA compute pipeline.
CommandBufferA command buffer.
Used by (5)
- FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
- IWebGpuBindingVixen.Graphics.WebGPU
- NativeWebGpuBindingVixen.Graphics.WebGPU
- PushConstantRingVixen.Graphics.WebGPU
- WebGpuDeviceVixen.Graphics.WebGPU