diff --git a/projects/clr/hipamd/src/hip_texture.cpp b/projects/clr/hipamd/src/hip_texture.cpp index 51c53524df..80b4f149cc 100644 --- a/projects/clr/hipamd/src/hip_texture.cpp +++ b/projects/clr/hipamd/src/hip_texture.cpp @@ -1315,7 +1315,7 @@ hipError_t hipTexRefGetMipmapLevelClamp(float* pminMipmapLevelClamp, hipError_t hipTexRefGetMipMappedArray(hipMipmappedArray_t* pArray, const textureReference* texRef) { // TODO overload operator<<(ostream&, textureReference&). - HIP_INIT_API(hipTexRefGetMipmappedArray, pArray, &texRef); + HIP_INIT_API(hipTexRefGetMipMappedArray, pArray, &texRef); if ((pArray == nullptr) || (texRef == nullptr)) { HIP_RETURN(hipErrorInvalidValue);