2
0

[vdi] Refactor texture/surface reference support.

Change-Id: I8014d82aae7139ef5f95e4b50c4fc6da200dbc9d
Este cometimento está contido em:
Michael LIAO
2020-04-06 10:57:03 -04:00
cometido por Michael Hong Bin Liao
ascendente db70fc66b7
cometimento 16d9fe5e37
16 ficheiros modificados com 241 adições e 69 eliminações
-3
Ver ficheiro
@@ -30,9 +30,6 @@ THE SOFTWARE.
typedef float T;
// Texture reference for 2D Layered texture
#if __HIP__
__hip_pinned_shadow__
#endif
texture<float, hipTextureType2DLayered> tex2DL;
__global__ void simpleKernelLayeredArray(T* outputData,int width,int height,int layer)