#include <vtkWebGPUPipelineLayoutInternals.h>
|
| static WGPUPipelineLayout | MakeBasicPipelineLayout (WGPUDevice device, const WGPUBindGroupLayout *bindGroupLayout, std::string label="") |
| static WGPUPipelineLayout | MakePipelineLayout (WGPUDevice device, std::vector< WGPUBindGroupLayout > bgls, std::string label="") |
◆ MakeBasicPipelineLayout()
| WGPUPipelineLayout vtkWebGPUPipelineLayoutInternals::MakeBasicPipelineLayout |
( |
WGPUDevice | device, |
|
|
const WGPUBindGroupLayout * | bindGroupLayout, |
|
|
std::string | label = "" ) |
|
static |
◆ MakePipelineLayout()
| WGPUPipelineLayout vtkWebGPUPipelineLayoutInternals::MakePipelineLayout |
( |
WGPUDevice | device, |
|
|
std::vector< WGPUBindGroupLayout > | bgls, |
|
|
std::string | label = "" ) |
|
static |
The documentation for this class was generated from the following file: