#include <vtkWebGPUBindGroupInternals.h>
|
| static WGPUBindGroup | MakeBindGroup (const WGPUDevice &device, const WGPUBindGroupLayout &layout, std::initializer_list< BindingInitializationHelper > entriesInitializer, std::string label="") |
| | Creates a bind group given the bind group layout and a list of BindGroupEntry.
|
| static WGPUBindGroup | MakeBindGroup (const WGPUDevice &device, const WGPUBindGroupLayout &layout, const std::vector< WGPUBindGroupEntry > &entries, std::string label="") |
| | Creates a bind group given the bind group layout and a list of BindGroupEntry.
|
◆ MakeBindGroup() [1/2]
| WGPUBindGroup vtkWebGPUBindGroupInternals::MakeBindGroup |
( |
const WGPUDevice & | device, |
|
|
const WGPUBindGroupLayout & | layout, |
|
|
std::initializer_list< BindingInitializationHelper > | entriesInitializer, |
|
|
std::string | label = "" ) |
|
static |
Creates a bind group given the bind group layout and a list of BindGroupEntry.
◆ MakeBindGroup() [2/2]
| WGPUBindGroup vtkWebGPUBindGroupInternals::MakeBindGroup |
( |
const WGPUDevice & | device, |
|
|
const WGPUBindGroupLayout & | layout, |
|
|
const std::vector< WGPUBindGroupEntry > & | entries, |
|
|
std::string | label = "" ) |
|
static |
Creates a bind group given the bind group layout and a list of BindGroupEntry.
The documentation for this class was generated from the following file: