VTK  9.3.1
vtkWebGPUInternalsShaderModule Class Reference

#include <vtkWebGPUInternalsShaderModule.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 vtkWebGPUInternalsShaderModule.h.

Member Function Documentation

◆ CreateFromWGSL()

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

◆ CreateFromSPIRV()

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

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