Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
gpuGPUBindGroupLayoutEntry
Interface gpuGPUBindGroupLayoutEntry
interface
gpuGPUBindGroupLayoutEntry
{
binding
:
number
;
buffer
?:
gpuGPUBufferBindingLayout
;
sampler
?:
gpuGPUSamplerBindingLayout
;
storageTexture
?:
gpuGPUStorageTextureBindingLayout
;
texture
?:
gpuGPUTextureBindingLayout
;
visibility
:
number
;
}
Index
Properties
binding
buffer?
sampler?
storage
Texture?
texture?
visibility
Properties
binding
binding
:
number
Optional
buffer
buffer
?:
gpuGPUBufferBindingLayout
Optional
sampler
sampler
?:
gpuGPUSamplerBindingLayout
Optional
storage
Texture
storage
Texture
?:
gpuGPUStorageTextureBindingLayout
Optional
texture
texture
?:
gpuGPUTextureBindingLayout
visibility
visibility
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
binding
buffer
sampler
storage
Texture
texture
visibility
@cloudflare/workers-types
Loading...