abstract class WGPU::WgpuId
- WGPU::WgpuId
- Reference
- Object
Overview
A resource managed internally by the underlying WebGPU implementation.
Direct Known Subclasses
- WGPU::Adapter
- WGPU::BindGroupLayout
- WGPU::Buffer
- WGPU::CommandBuffer
- WGPU::CommandEncoder
- WGPU::Device
- WGPU::PipelineLayout
- WGPU::Queue
- WGPU::RenderPass
- WGPU::RenderPipeline
- WGPU::ShaderModule
- WGPU::Surface
- WGPU::SwapChain
- WGPU::SwapChainDescriptor
- WGPU::Texture
- WGPU::TextureView
Defined in:
wgpu.crInstance Method Summary
- #finalize
- #id : Pointer(Void)
-
#is_valid?
Whether this managed WebGPU resource reference is valid.
- #to_unsafe : Pointer(Void)