cubecl_hip_sys

Function hipTexRefGetMipmapFilterMode

Source
pub unsafe extern "C" fn hipTexRefGetMipmapFilterMode(
    pfm: *mut hipTextureFilterMode,
    texRef: *const textureReference,
) -> hipError_t
Expand description

@brief Gets the mipmap filter mode for a texture reference.

@param [out] pfm Pointer of the mipmap filter mode. @param [in] texRef Pointer of texture reference.

@returns #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.