pub unsafe extern "C" fn hipTexObjectGetTextureDesc(
    pTexDesc: *mut HIP_TEXTURE_DESC_st,
    texObject: *mut __hip_texture
) -> hipError_t
Expand description

@brief Gets texture descriptor of a texture object.

@param [out] pTexDesc pointer to texture descriptor @param [in] texObject texture object

@returns hipSuccess, hipErrorNotSupported, hipErrorInvalidValue