-
- Downloads
vtkWebGPUPolyDataMapper: Redo buffer uploads using writeBuffer
- turns out `writeBuffer` is the best way to efficiently upload data to device on wasm since emscripten doesn't make another copy on the wasm heap when `writeBuffer` is used.
This diff is collapsed.
Please register or sign in to comment