martty/vuk

how to work with large 3D texture data

Opened this issue · 0 comments

I try to use vuk to develop a volume rendering application, so I need to upload very large data set as 3D texture.

  1. After I read the data set in memory, how to just upload data to GPU without allocate another large buffer on CPU side ?