cubecl_hip_sys

Function hipTexRefGetMipmapLevelBias

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

@brief Gets the mipmap level bias for a texture reference.

@param [out] pbias Pointer of the mipmap level bias. @param [in] texRef Pointer of texture reference.

@returns #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.