SWDEV-388256 - correct API name
Signed-off-by: shadi <shadi.dashmiz@amd.com>
Change-Id: Icbf79613268fe0737a8033abfbcc9f33d785bc12
[ROCm/clr commit: a071c4d2fc]
This commit is contained in:
gecommit door
Shadi Dashmiz
bovenliggende
dfb1087c3e
commit
f318f0f7e6
@@ -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);
|
||||
|
||||
Verwijs in nieuw issue
Block a user