WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUPipelineLayoutDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
size_t bindGroupLayoutCount
 
WGPUBindGroupLayout const * bindGroupLayouts
 

Detailed Description

Default values can be set using WGPU_PIPELINE_LAYOUT_DESCRIPTOR_INIT as initializer.

Definition at line 2406 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUPipelineLayoutDescriptor::nextInChain

Definition at line 2407 of file webgpu.h.

◆ label

WGPUStringView WGPUPipelineLayoutDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 2413 of file webgpu.h.

◆ bindGroupLayoutCount

size_t WGPUPipelineLayoutDescriptor::bindGroupLayoutCount

Array count for bindGroupLayouts. The INIT macro sets this to 0.

Definition at line 2417 of file webgpu.h.

◆ bindGroupLayouts

WGPUBindGroupLayout const* WGPUPipelineLayoutDescriptor::bindGroupLayouts

The INIT macro sets this to NULL.

Definition at line 2421 of file webgpu.h.