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

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
uint32_t binding
 
WGPUShaderStageFlags visibility
 
WGPUBufferBindingLayout buffer
 
WGPUSamplerBindingLayout sampler
 
WGPUTextureBindingLayout texture
 
WGPUStorageTextureBindingLayout storageTexture
 

Detailed Description

Definition at line 1650 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBindGroupLayoutEntry::nextInChain

Definition at line 1651 of file mini_webgpu.h.

◆ binding

uint32_t WGPUBindGroupLayoutEntry::binding

Definition at line 1652 of file mini_webgpu.h.

◆ visibility

WGPUShaderStageFlags WGPUBindGroupLayoutEntry::visibility

Definition at line 1653 of file mini_webgpu.h.

◆ buffer

WGPUBufferBindingLayout WGPUBindGroupLayoutEntry::buffer

Definition at line 1654 of file mini_webgpu.h.

◆ sampler

WGPUSamplerBindingLayout WGPUBindGroupLayoutEntry::sampler

Definition at line 1655 of file mini_webgpu.h.

◆ texture

WGPUTextureBindingLayout WGPUBindGroupLayoutEntry::texture

Definition at line 1656 of file mini_webgpu.h.

◆ storageTexture

WGPUStorageTextureBindingLayout WGPUBindGroupLayoutEntry::storageTexture

Definition at line 1657 of file mini_webgpu.h.


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