GPUDevice
class GPUDevice
extends EventTarget implements GPUObjectBase {
label: string | null;
readonly limits: Record<string, number>;
destroy(): undefined;
popErrorScope()
: Promise<GPUError | null>;
}
Properties
limits: Record<string, number>
Methods
popErrorScope()
: Promise<GPUError | null>