WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUPipelineLayoutDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
size_t bindGroupLayoutCount
 
WGPUBindGroupLayout const * bindGroupLayouts
 
uint32_t immediateSize
 

Detailed Description

Default values can be set using WGPU_PIPELINE_LAYOUT_DESCRIPTOR_INIT as initializer.

Definition at line 2443 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUPipelineLayoutDescriptor::nextInChain

Definition at line 2444 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 2450 of file webgpu.h.

◆ bindGroupLayoutCount

size_t WGPUPipelineLayoutDescriptor::bindGroupLayoutCount

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

Definition at line 2454 of file webgpu.h.

◆ bindGroupLayouts

WGPUBindGroupLayout const* WGPUPipelineLayoutDescriptor::bindGroupLayouts

The INIT macro sets this to NULL.

Definition at line 2458 of file webgpu.h.

◆ immediateSize

uint32_t WGPUPipelineLayoutDescriptor::immediateSize

The INIT macro sets this to 0.

Definition at line 2462 of file webgpu.h.