Halide
WGPURenderPassColorAttachment Struct Reference

#include <mini_webgpu.h>

Public Attributes

WGPUTextureView view
 
WGPUTextureView resolveTarget
 
WGPULoadOp loadOp
 
WGPUStoreOp storeOp
 
WGPUColor clearValue
 

Detailed Description

Definition at line 1260 of file mini_webgpu.h.

Member Data Documentation

◆ view

WGPUTextureView WGPURenderPassColorAttachment::view

Definition at line 1261 of file mini_webgpu.h.

◆ resolveTarget

WGPUTextureView WGPURenderPassColorAttachment::resolveTarget

Definition at line 1262 of file mini_webgpu.h.

◆ loadOp

WGPULoadOp WGPURenderPassColorAttachment::loadOp

Definition at line 1263 of file mini_webgpu.h.

◆ storeOp

WGPUStoreOp WGPURenderPassColorAttachment::storeOp

Definition at line 1264 of file mini_webgpu.h.

◆ clearValue

WGPUColor WGPURenderPassColorAttachment::clearValue

Definition at line 1265 of file mini_webgpu.h.


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