abstract class WGPU::WgpuId

Overview

A resource managed internally by the underlying WebGPU implementation.

Direct Known Subclasses

Defined in:

wgpu.cr

Instance Method Summary

Instance Method Detail

def finalize #

[View source]
def id : Pointer(Void) #

[View source]
def is_valid? #

Whether this managed WebGPU resource reference is valid.


[View source]
def to_unsafe : Pointer(Void) #

[View source]