cubecl_hip_sys

Function hipTexRefGetMipmapLevelClamp

Source
pub unsafe extern "C" fn hipTexRefGetMipmapLevelClamp(
    pminMipmapLevelClamp: *mut f32,
    pmaxMipmapLevelClamp: *mut f32,
    texRef: *const textureReference,
) -> hipError_t
Expand description

@brief Gets the minimum and maximum mipmap level clamps for a texture reference.

@param [out] pminMipmapLevelClamp Pointer of the minimum mipmap level clamp. @param [out] pmaxMipmapLevelClamp Pointer of the maximum mipmap level clamp. @param [in] texRef Pointer of texture reference.

@returns #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.