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

Class GPUBindGroupLayout

packages/deno/lib.deno.d.ts:10521–10523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10519
10520/** @category GPU */
10521declare class GPUBindGroupLayout implements GPUObjectBase {
10522 label: string;
10523}
10524
10525/** @category GPU */
10526interface GPUBindGroupLayoutDescriptor extends GPUObjectDescriptorBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected