VTK  9.7.20260913
vtkWebGPUPipelineLayoutInternals Class Reference

#include <vtkWebGPUPipelineLayoutInternals.h>

Detailed Description

Definition at line 13 of file vtkWebGPUPipelineLayoutInternals.h.

Static Public Member Functions

static WGPUPipelineLayout MakeBasicPipelineLayout (WGPUDevice device, const WGPUBindGroupLayout *bindGroupLayout, std::string label="")
static WGPUPipelineLayout MakePipelineLayout (WGPUDevice device, std::vector< WGPUBindGroupLayout > bgls, std::string label="")

Member Function Documentation

◆ 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: