WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUSamplerBindingLayout Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUSamplerBindingType type
 

Detailed Description

Default values can be set using WGPU_SAMPLER_BINDING_LAYOUT_INIT as initializer.

Definition at line 2572 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUSamplerBindingLayout::nextInChain

Definition at line 2573 of file webgpu.h.

◆ type

WGPUSamplerBindingType WGPUSamplerBindingLayout::type

Defaults to WGPUSamplerBindingType_BindingNotUsed.

Definition at line 2577 of file webgpu.h.