WebGPU Headers
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 967 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUPipelineLayoutDescriptor::nextInChain

Definition at line 968 of file webgpu.h.

◆ label

char const* WGPUPipelineLayoutDescriptor::label

Definition at line 969 of file webgpu.h.

◆ bindGroupLayoutCount

size_t WGPUPipelineLayoutDescriptor::bindGroupLayoutCount

Definition at line 970 of file webgpu.h.

◆ bindGroupLayouts

WGPUBindGroupLayout const* WGPUPipelineLayoutDescriptor::bindGroupLayouts

Definition at line 971 of file webgpu.h.