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

Data Fields

WGPUChainedStruct const * nextInChain
 
uint32_t count
 
uint32_t mask
 
WGPUBool alphaToCoverageEnabled
 

Detailed Description

Definition at line 954 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUMultisampleState::nextInChain

Definition at line 955 of file webgpu.h.

◆ count

uint32_t WGPUMultisampleState::count

Definition at line 956 of file webgpu.h.

◆ mask

uint32_t WGPUMultisampleState::mask

Definition at line 957 of file webgpu.h.

◆ alphaToCoverageEnabled

WGPUBool WGPUMultisampleState::alphaToCoverageEnabled

Definition at line 958 of file webgpu.h.