W3cubDocs

/Deno

GPUCommandBuffer

class GPUCommandBuffer implements GPUObjectBase {
readonly executionTime: Promise<number>;
label: string | null;
}

Implements

Properties

executionTime: Promise<number>
label: string | null