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

Data Fields

WGPUTextureView view
 
WGPULoadOp depthLoadOp
 
WGPUStoreOp depthStoreOp
 
float depthClearValue
 
WGPUBool depthReadOnly
 
WGPULoadOp stencilLoadOp
 
WGPUStoreOp stencilStoreOp
 
uint32_t stencilClearValue
 
WGPUBool stencilReadOnly
 

Detailed Description

Definition at line 1015 of file webgpu.h.

Field Documentation

◆ view

WGPUTextureView WGPURenderPassDepthStencilAttachment::view

Definition at line 1016 of file webgpu.h.

◆ depthLoadOp

WGPULoadOp WGPURenderPassDepthStencilAttachment::depthLoadOp

Definition at line 1017 of file webgpu.h.

◆ depthStoreOp

WGPUStoreOp WGPURenderPassDepthStencilAttachment::depthStoreOp

Definition at line 1018 of file webgpu.h.

◆ depthClearValue

float WGPURenderPassDepthStencilAttachment::depthClearValue

Definition at line 1019 of file webgpu.h.

◆ depthReadOnly

WGPUBool WGPURenderPassDepthStencilAttachment::depthReadOnly

Definition at line 1020 of file webgpu.h.

◆ stencilLoadOp

WGPULoadOp WGPURenderPassDepthStencilAttachment::stencilLoadOp

Definition at line 1021 of file webgpu.h.

◆ stencilStoreOp

WGPUStoreOp WGPURenderPassDepthStencilAttachment::stencilStoreOp

Definition at line 1022 of file webgpu.h.

◆ stencilClearValue

uint32_t WGPURenderPassDepthStencilAttachment::stencilClearValue

Definition at line 1023 of file webgpu.h.

◆ stencilReadOnly

WGPUBool WGPURenderPassDepthStencilAttachment::stencilReadOnly

Definition at line 1024 of file webgpu.h.