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

Method UpdateBufferData

Rendering/WebGPU/vtkWebGPUComputePass.cxx:181–184  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

179
180//------------------------------------------------------------------------------
181void vtkWebGPUComputePass::UpdateBufferData(int bufferIndex, vtkDataArray* newData)
182{
183 this->Internals->BufferStorage->UpdateBufferData(bufferIndex, newData);
184}
185
186//------------------------------------------------------------------------------
187void vtkWebGPUComputePass::UpdateBufferData(

Callers 5

UpdateCameraMVPBufferMethod · 0.45
UpdateBoundsBuffersMethod · 0.45
CullMethod · 0.45
UpdateBoundsBufferMethod · 0.45
UpdateCameraMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected