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