#include <vtkWebGPUShaderModuleInternals.h>
|
static wgpu::ShaderModule | CreateFromWGSL (const wgpu::Device &device, const std::string &source) |
|
static wgpu::ShaderModule | CreateFromSPIRV (const wgpu::Device &device, const uint32_t *code) |
|
◆ 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: