------------------------------------------------------------------------------
| 241 | |
| 242 | //------------------------------------------------------------------------------ |
| 243 | void vtkWebGPUComputePass::WriteTextureData( |
| 244 | int textureIndex, const void* data, std::size_t numBytes) |
| 245 | { |
| 246 | this->Internals->TextureStorage->WriteTexture(textureIndex, data, numBytes); |
| 247 | } |
| 248 | VTK_ABI_NAMESPACE_END |
no test coverage detected