Hi,
I would like to load a 3D image with pixel format: short and create a texture3D.
Some example use structureBuffer. Which resource is more efficient?
I need to do volume rendering and slicing.
I think texture3D is more efficient due to its hardware support for interpolation, but I am not sure if I can create texture3D for short format.
Thanks.
YL