WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUSamplerBindingLayout Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUSamplerBindingType type
 

Detailed Description

Default values can be set using WGPU_SAMPLER_BINDING_LAYOUT_INIT as initializer.

Definition at line 2690 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUSamplerBindingLayout::nextInChain

Definition at line 2691 of file webgpu.h.

◆ type

WGPUSamplerBindingType WGPUSamplerBindingLayout::type

If set to WGPUSamplerBindingType_Undefined, defaults to WGPUSamplerBindingType_Filtering.

The INIT macro sets this to WGPUSamplerBindingType_Undefined.

Definition at line 2698 of file webgpu.h.