diff --git a/hipamd/include/hip/hcc_detail/texture_types.h b/hipamd/include/hip/hcc_detail/texture_types.h index bc334de248..ec3c78532c 100644 --- a/hipamd/include/hip/hcc_detail/texture_types.h +++ b/hipamd/include/hip/hcc_detail/texture_types.h @@ -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