VTK  9.4.20241222
Static Public Member Functions | List of all members
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: