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