deno / 1.23.2 / ~ / gpubindgrouplayoutentry.html /

GPUBindGroupLayoutEntry

interface GPUBindGroupLayoutEntry {
binding : number;
storageTexture? : GPUStorageTextureBindingLayout;
visibility : GPUShaderStageFlags;
}

Properties

binding : number
storageTexture? : GPUStorageTextureBindingLayout
visibility : GPUShaderStageFlags