Data Fields | |
WGPUChainedStruct const * | nextInChain |
uint32_t | binding |
WGPUShaderStage | visibility |
WGPUBufferBindingLayout | buffer |
WGPUSamplerBindingLayout | sampler |
WGPUTextureBindingLayout | texture |
WGPUStorageTextureBindingLayout | storageTexture |
Default values can be set using WGPU_BIND_GROUP_LAYOUT_ENTRY_INIT as initializer.
WGPUChainedStruct const* WGPUBindGroupLayoutEntry::nextInChain |
WGPUShaderStage WGPUBindGroupLayoutEntry::visibility |
WGPUBufferBindingLayout WGPUBindGroupLayoutEntry::buffer |
Defaults to WGPU_BUFFER_BINDING_LAYOUT_INIT.
WGPUSamplerBindingLayout WGPUBindGroupLayoutEntry::sampler |
Defaults to WGPU_SAMPLER_BINDING_LAYOUT_INIT.
WGPUTextureBindingLayout WGPUBindGroupLayoutEntry::texture |
Defaults to WGPU_TEXTURE_BINDING_LAYOUT_INIT.
WGPUStorageTextureBindingLayout WGPUBindGroupLayoutEntry::storageTexture |
Defaults to WGPU_STORAGE_TEXTURE_BINDING_LAYOUT_INIT.