Change the type of hipTextureObject_t to pointer to a struct. (#1199)

This is necessary to allow Runtime to perform required texture buffer handling.

[ROCm/hip commit: b6b749f714]
Cette révision appartient à :
kpyzhov
2019-07-03 20:44:06 -04:00
révisé par Maneesh Gupta
Parent caf1f4fbb4
révision e1c47e773c
+2 -1
Voir le fichier
@@ -45,7 +45,8 @@ THE SOFTWARE.
/**
* An opaque value that represents a hip texture object
*/
typedef unsigned long long hipTextureObject_t;
struct __hip_texture;
typedef struct __hip_texture* hipTextureObject_t;
/**
* hip texture address modes