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

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
WGPU_NULLABLE char const * label
 
size_t colorFormatCount
 
WGPUTextureFormat const * colorFormats
 
WGPUTextureFormat depthStencilFormat
 
uint32_t sampleCount
 
WGPUBool depthReadOnly
 
WGPUBool stencilReadOnly
 

Detailed Description

Definition at line 1275 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderBundleEncoderDescriptor::nextInChain

Definition at line 1276 of file mini_webgpu.h.

◆ label

WGPU_NULLABLE char const* WGPURenderBundleEncoderDescriptor::label

Definition at line 1277 of file mini_webgpu.h.

◆ colorFormatCount

size_t WGPURenderBundleEncoderDescriptor::colorFormatCount

Definition at line 1278 of file mini_webgpu.h.

◆ colorFormats

WGPUTextureFormat const* WGPURenderBundleEncoderDescriptor::colorFormats

Definition at line 1279 of file mini_webgpu.h.

◆ depthStencilFormat

WGPUTextureFormat WGPURenderBundleEncoderDescriptor::depthStencilFormat

Definition at line 1280 of file mini_webgpu.h.

◆ sampleCount

uint32_t WGPURenderBundleEncoderDescriptor::sampleCount

Definition at line 1281 of file mini_webgpu.h.

◆ depthReadOnly

WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly

Definition at line 1282 of file mini_webgpu.h.

◆ stencilReadOnly

WGPUBool WGPURenderBundleEncoderDescriptor::stencilReadOnly

Definition at line 1283 of file mini_webgpu.h.


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