Texture Management [Not supported]#
Texture Management [Not supported]
Collaboration diagram for Texture Management [Not supported]:
Functions | |
hipError_t | hipMipmappedArrayCreate (hipMipmappedArray_t *pHandle, HIP_ARRAY3D_DESCRIPTOR *pMipmappedArrayDesc, unsigned int numMipmapLevels) |
hipError_t | hipMipmappedArrayDestroy (hipMipmappedArray_t hMipmappedArray) |
hipError_t | hipMipmappedArrayGetLevel (hipArray_t *pLevelArray, hipMipmappedArray_t hMipMappedArray, unsigned int level) |
Detailed Description
This section describes the texture management functions currently unsupported in HIP runtime.
Function Documentation
◆ hipMipmappedArrayCreate()
hipError_t hipMipmappedArrayCreate | ( | hipMipmappedArray_t * | pHandle, |
HIP_ARRAY3D_DESCRIPTOR * | pMipmappedArrayDesc, | ||
unsigned int | numMipmapLevels | ||
) |
◆ hipMipmappedArrayDestroy()
hipError_t hipMipmappedArrayDestroy | ( | hipMipmappedArray_t | hMipmappedArray | ) |
◆ hipMipmappedArrayGetLevel()
hipError_t hipMipmappedArrayGetLevel | ( | hipArray_t * | pLevelArray, |
hipMipmappedArray_t | hMipMappedArray, | ||
unsigned int | level | ||
) |