GPUObjectBase
- class wgpu.GPUObjectBase
Bases:
objectThe base class for all GPU objects.
A GPU object is an object that can be thought of having a representation on the GPU; the device and all objects belonging to a device.
- property label: str
A human-readable name identifying the GPU object.
- property uid: int
A unique id (integer).
The value is unique to the process; in contrast to
id(ob), the numbers are never reused.