------------------------------------------------------------------------------
| 54 | |
| 55 | //------------------------------------------------------------------------------ |
| 56 | void vtkWebGPUComputePass::SetLabel(const std::string& label) |
| 57 | { |
| 58 | this->Label = label; |
| 59 | } |
| 60 | |
| 61 | //------------------------------------------------------------------------------ |
| 62 | void vtkWebGPUComputePass::SetShaderSourceFromPath(const char* shaderFilePath) |
no outgoing calls