cubecl_hip_sys

Function hipTexRefSetMipmapLevelBias

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

@brief Sets mipmap level bias for a texture reference.

@param [in] texRef Pointer of texture reference. @param [in] bias Value of mipmap bias.

@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported

@warning This API is deprecated.