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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
size_t bindGroupLayoutCount
 
WGPUBindGroupLayout const * bindGroupLayouts
 

Detailed Description

Definition at line 975 of file webgpu.h.

Field Documentation

◆ bindGroupLayoutCount

size_t WGPUPipelineLayoutDescriptor::bindGroupLayoutCount

Definition at line 978 of file webgpu.h.

◆ bindGroupLayouts

WGPUBindGroupLayout const* WGPUPipelineLayoutDescriptor::bindGroupLayouts

Definition at line 979 of file webgpu.h.

◆ label

char const* WGPUPipelineLayoutDescriptor::label

Definition at line 977 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUPipelineLayoutDescriptor::nextInChain

Definition at line 976 of file webgpu.h.


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