3#ifndef vtkWebGPUShaderModuleInternals_h
4#define vtkWebGPUShaderModuleInternals_h
6#include "vtkRenderingWebGPUModule.h"
11VTK_ABI_NAMESPACE_BEGIN
16 static wgpu::ShaderModule
CreateFromSPIRV(
const wgpu::Device& device,
const uint32_t* code);
static wgpu::ShaderModule CreateFromSPIRV(const wgpu::Device &device, const uint32_t *code)
static wgpu::ShaderModule CreateFromWGSL(const wgpu::Device &device, const std::string &source)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)