MCPcopy Create free account
hub / github.com/Kitware/VTK / SetLabel

Method SetLabel

Rendering/WebGPU/vtkWebGPUComputePass.cxx:56–59  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 11

TestComputePassUniformFunction · 0.36
TestComputePipelineFunction · 0.36
TestComputeTextureFunction · 0.36
TestComputePassFunction · 0.36
TestComputePassChainedFunction · 0.36
SetupPointColorsPipelineFunction · 0.36