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 ?
I try to use vuk to develop a volume rendering application, so I need to upload very large data set as 3D texture.