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

Data Fields

WGPUChainedStruct const * nextInChain
 
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 2220 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUPipelineLayoutDescriptor::nextInChain

Definition at line 2221 of file webgpu.h.

◆ label

WGPUStringView WGPUPipelineLayoutDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 2227 of file webgpu.h.

◆ bindGroupLayoutCount

size_t WGPUPipelineLayoutDescriptor::bindGroupLayoutCount

Defaults to NULL.

Definition at line 2231 of file webgpu.h.

◆ bindGroupLayouts

WGPUBindGroupLayout const* WGPUPipelineLayoutDescriptor::bindGroupLayouts

Definition at line 2232 of file webgpu.h.