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