MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / GPUCommandBuffer

Class GPUCommandBuffer

packages/deno/lib.deno.d.ts:10980–10982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10978
10979/** @category GPU */
10980declare class GPUCommandBuffer implements GPUObjectBase {
10981 label: string;
10982}
10983
10984/** @category GPU */
10985interface GPUCommandBufferDescriptor extends GPUObjectDescriptorBase {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected