MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / GPUBindGroup

Class GPUBindGroup

packages/deno/lib.deno.d.ts:10601–10603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10599
10600/** @category GPU */
10601declare class GPUBindGroup implements GPUObjectBase {
10602 label: string;
10603}
10604
10605/** @category GPU */
10606interface GPUBindGroupDescriptor extends GPUObjectDescriptorBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected