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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUTextureFormat format
 
WGPUBlendState const * blend
 
WGPUColorWriteMaskFlags writeMask
 

Detailed Description

Definition at line 1334 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUColorTargetState::nextInChain

Definition at line 1335 of file webgpu.h.

◆ format

WGPUTextureFormat WGPUColorTargetState::format

Definition at line 1336 of file webgpu.h.

◆ blend

WGPUBlendState const* WGPUColorTargetState::blend

Definition at line 1337 of file webgpu.h.

◆ writeMask

WGPUColorWriteMaskFlags WGPUColorTargetState::writeMask

Definition at line 1338 of file webgpu.h.