cubecl_hip_sys

Function hipTexRefGetMaxAnisotropy

Source
pub unsafe extern "C" fn hipTexRefGetMaxAnisotropy(
    pmaxAnsio: *mut c_int,
    texRef: *const textureReference,
) -> hipError_t
Expand description

@brief Gets the maximum anisotropy for a texture reference.

@param [out] pmaxAnsio Pointer of the maximum anisotropy. @param [in] texRef Pointer of texture reference.

@returns #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.