SWDEV-478207 - Return hipSuccess on the end of hipTexRefGetMaxAnisotropy
Change-Id: I0c4d6d13a178af8449853c87e62a1868eb17f87d
[ROCm/clr commit: f5e6e27fe1]
This commit is contained in:
@@ -1265,7 +1265,7 @@ hipError_t hipTexRefGetMaxAnisotropy(int* pmaxAnsio,
|
||||
|
||||
*pmaxAnsio = texRef->maxAnisotropy;
|
||||
|
||||
HIP_RETURN(hipErrorInvalidValue);
|
||||
HIP_RETURN(hipSuccess);
|
||||
}
|
||||
|
||||
hipError_t hipTexRefGetMipmapFilterMode(hipTextureFilterMode* pfm,
|
||||
|
||||
Reference in New Issue
Block a user