Vixen
02b45cc4
csharp
public enum WebGpuObjectKind

What 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)

  • Buffer

    A buffer.

  • Texture

    A texture.

  • TextureView

    A texture view.

  • Sampler

    A sampler.

  • ShaderModule

    A shader module.

  • BindGroupLayout

    A bind group layout.

  • PipelineLayout

    A pipeline layout.

  • BindGroup

    A bind group.

  • RenderPipeline

    A render pipeline.

  • ComputePipeline

    A compute pipeline.

  • CommandBuffer

    A command buffer.

Used by (5)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • IWebGpuBindingVixen.Graphics.WebGPU
  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • PushConstantRingVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU