GPUObjectBase

class wgpu.GPUObjectBase

Bases: object

The 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

A human-readable name identifying the GPU object.