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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUTextureView view
 
uint32_t depthSlice
 
WGPUTextureView resolveTarget
 
WGPULoadOp loadOp
 
WGPUStoreOp storeOp
 
WGPUColor clearValue
 

Detailed Description

Definition at line 1280 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderPassColorAttachment::nextInChain

Definition at line 1281 of file webgpu.h.

◆ view

WGPUTextureView WGPURenderPassColorAttachment::view

Definition at line 1282 of file webgpu.h.

◆ depthSlice

uint32_t WGPURenderPassColorAttachment::depthSlice

Definition at line 1283 of file webgpu.h.

◆ resolveTarget

WGPUTextureView WGPURenderPassColorAttachment::resolveTarget

Definition at line 1284 of file webgpu.h.

◆ loadOp

WGPULoadOp WGPURenderPassColorAttachment::loadOp

Definition at line 1285 of file webgpu.h.

◆ storeOp

WGPUStoreOp WGPURenderPassColorAttachment::storeOp

Definition at line 1286 of file webgpu.h.

◆ clearValue

WGPUColor WGPURenderPassColorAttachment::clearValue

Definition at line 1287 of file webgpu.h.