WebGPU Headers
The WebGPU C API
 
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 2752 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUSamplerBindingLayout::nextInChain

Definition at line 2753 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 2760 of file webgpu.h.