pub unsafe extern "C" fn hipTexRefSetMipmapFilterMode(
texRef: *mut textureReference,
fm: hipTextureFilterMode,
) -> hipError_t
Expand description
@brief Sets mipmap filter mode for a texture reference.
@param [in] texRef Pointer of texture reference. @param [in] fm Value of filter mode.
@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported
@warning This API is deprecated.