WebGPU Native  v0.1.0
The WebGPU C API
Loading...
Searching...
No Matches
WGPURenderBundleEncoderDescriptor Struct Reference

Data Fields

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

Detailed Description

Definition at line 1012 of file webgpu.h.

Field Documentation

◆ colorFormatCount

size_t WGPURenderBundleEncoderDescriptor::colorFormatCount

Definition at line 1015 of file webgpu.h.

◆ colorFormats

WGPUTextureFormat const* WGPURenderBundleEncoderDescriptor::colorFormats

Definition at line 1016 of file webgpu.h.

◆ depthReadOnly

WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly

Definition at line 1019 of file webgpu.h.

◆ depthStencilFormat

WGPUTextureFormat WGPURenderBundleEncoderDescriptor::depthStencilFormat

Definition at line 1017 of file webgpu.h.

◆ label

char const* WGPURenderBundleEncoderDescriptor::label

Definition at line 1014 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPURenderBundleEncoderDescriptor::nextInChain

Definition at line 1013 of file webgpu.h.

◆ sampleCount

uint32_t WGPURenderBundleEncoderDescriptor::sampleCount

Definition at line 1018 of file webgpu.h.

◆ stencilReadOnly

WGPUBool WGPURenderBundleEncoderDescriptor::stencilReadOnly

Definition at line 1020 of file webgpu.h.


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