W3cubDocs

/Deno

GPUBindGroupLayoutEntry

interface GPUBindGroupLayoutEntry {
binding: number;
visibility: GPUShaderStageFlags;
}

Properties

binding: number
visibility: GPUShaderStageFlags