VTK  9.3.20240917
Static Public Member Functions | List of all members
vtkWebGPUPipelineLayoutInternals Class Reference

#include <vtkWebGPUPipelineLayoutInternals.h>

Static Public Member Functions

static wgpu::PipelineLayout MakeBasicPipelineLayout (const wgpu::Device &device, const wgpu::BindGroupLayout *bindGroupLayout)
 
static wgpu::PipelineLayout MakePipelineLayout (const wgpu::Device &device, std::vector< wgpu::BindGroupLayout > bgls)
 

Detailed Description

Definition at line 12 of file vtkWebGPUPipelineLayoutInternals.h.

Member Function Documentation

◆ MakeBasicPipelineLayout()

static wgpu::PipelineLayout vtkWebGPUPipelineLayoutInternals::MakeBasicPipelineLayout ( const wgpu::Device &  device,
const wgpu::BindGroupLayout *  bindGroupLayout 
)
static

◆ MakePipelineLayout()

static wgpu::PipelineLayout vtkWebGPUPipelineLayoutInternals::MakePipelineLayout ( const wgpu::Device &  device,
std::vector< wgpu::BindGroupLayout >  bgls 
)
static

The documentation for this class was generated from the following file: