Halide 17.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
WGPURenderPassColorAttachment Struct Reference

#include <mini_webgpu.h>

Public Attributes

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

Detailed Description

Definition at line 1754 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderPassColorAttachment::nextInChain

Definition at line 1755 of file mini_webgpu.h.

◆ view

WGPU_NULLABLE WGPUTextureView WGPURenderPassColorAttachment::view

Definition at line 1756 of file mini_webgpu.h.

◆ depthSlice

uint32_t WGPURenderPassColorAttachment::depthSlice

Definition at line 1757 of file mini_webgpu.h.

◆ resolveTarget

WGPU_NULLABLE WGPUTextureView WGPURenderPassColorAttachment::resolveTarget

Definition at line 1758 of file mini_webgpu.h.

◆ loadOp

WGPULoadOp WGPURenderPassColorAttachment::loadOp

Definition at line 1759 of file mini_webgpu.h.

◆ storeOp

WGPUStoreOp WGPURenderPassColorAttachment::storeOp

Definition at line 1760 of file mini_webgpu.h.

◆ clearValue

WGPUColor WGPURenderPassColorAttachment::clearValue

Definition at line 1761 of file mini_webgpu.h.


The documentation for this struct was generated from the following file: