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

Method WriteBufferData

Rendering/WebGPU/vtkWebGPUComputePass.cxx:236–240  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

234
235//------------------------------------------------------------------------------
236void vtkWebGPUComputePass::WriteBufferData(
237 int bufferIndex, vtkIdType byteOffset, const void* data, std::size_t numBytes)
238{
239 this->Internals->BufferStorage->WriteBuffer(bufferIndex, byteOffset, data, numBytes);
240}
241
242//------------------------------------------------------------------------------
243void vtkWebGPUComputePass::WriteTextureData(

Callers 1

UpdateBufferDataFunction · 0.80

Calls 1

WriteBufferMethod · 0.45

Tested by

no test coverage detected