W3cubDocs

/Deno

GPUBindGroupEntry

interface GPUBindGroupEntry {
binding: number;
resource: GPUBindingResource;
}

Properties

binding: number