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

Data Fields

WGPUChainedStructnextInChain
 
uint32_t count
 
uint32_t mask
 
WGPUBool alphaToCoverageEnabled
 

Detailed Description

Default values can be set using WGPU_MULTISAMPLE_STATE_INIT as initializer.

Definition at line 2231 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUMultisampleState::nextInChain

Definition at line 2232 of file webgpu.h.

◆ count

uint32_t WGPUMultisampleState::count

The INIT macro sets this to 1.

Definition at line 2236 of file webgpu.h.

◆ mask

uint32_t WGPUMultisampleState::mask

The INIT macro sets this to 0xFFFFFFFF.

Definition at line 2240 of file webgpu.h.

◆ alphaToCoverageEnabled

WGPUBool WGPUMultisampleState::alphaToCoverageEnabled

The INIT macro sets this to 0.

Definition at line 2244 of file webgpu.h.