VTK  9.5.20251124
vtkWebGPUShaderModuleInternals Class Reference

#include <vtkWebGPUShaderModuleInternals.h>

Static Public Member Functions

static wgpu::ShaderModule CreateFromWGSL (const wgpu::Device &device, const std::string &source)
 
static wgpu::ShaderModule CreateFromSPIRV (const wgpu::Device &device, const uint32_t *code)
 

Detailed Description

Definition at line 12 of file vtkWebGPUShaderModuleInternals.h.

Member Function Documentation

◆ CreateFromWGSL()

static wgpu::ShaderModule vtkWebGPUShaderModuleInternals::CreateFromWGSL ( const wgpu::Device & device,
const std::string & source )
static

◆ CreateFromSPIRV()

static wgpu::ShaderModule vtkWebGPUShaderModuleInternals::CreateFromSPIRV ( const wgpu::Device & device,
const uint32_t * code )
static

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