|
VTK
9.7.20260913
|
#include <vtkWebGPUBindGroupLayoutInternals.h>
Definition at line 15 of file vtkWebGPUBindGroupLayoutInternals.h.
Classes | |
| struct | LayoutEntryInitializationHelper |
Static Public Member Functions | |
| static WGPUBindGroupLayout | MakeBindGroupLayout (const WGPUDevice &device, std::initializer_list< LayoutEntryInitializationHelper > entriesInitializer, std::string label="") |
| Creates the bind group layout from a list of bind group layout entries. | |
| static WGPUBindGroupLayout | MakeBindGroupLayout (const WGPUDevice &device, const std::vector< WGPUBindGroupLayoutEntry > &entries, std::string label="") |
| Creates the bind group layout from a list of bind group layout entries. | |
|
static |
Creates the bind group layout from a list of bind group layout entries.
The returned handle is owned by the caller.
|
static |
Creates the bind group layout from a list of bind group layout entries.
The returned handle is owned by the caller.