Halide
WGPUTextureBindingLayout Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
WGPUTextureSampleType sampleType
 
WGPUTextureViewDimension viewDimension
 
bool multisampled
 

Detailed Description

Definition at line 1134 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUTextureBindingLayout::nextInChain

Definition at line 1135 of file mini_webgpu.h.

◆ sampleType

WGPUTextureSampleType WGPUTextureBindingLayout::sampleType

Definition at line 1136 of file mini_webgpu.h.

◆ viewDimension

WGPUTextureViewDimension WGPUTextureBindingLayout::viewDimension

Definition at line 1137 of file mini_webgpu.h.

◆ multisampled

bool WGPUTextureBindingLayout::multisampled

Definition at line 1138 of file mini_webgpu.h.


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