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