pub unsafe extern "C" fn cuTexRefGetMipmapLevelBias(
pbias: *mut f32,
hTexRef: CUtexref,
) -> CUresult
Expand description
\brief Gets the mipmap level bias for a texture reference
\deprecated
Returns the mipmap level bias in \p pBias that’s added to the specified mipmap level when reading memory through the texture reference \p hTexRef.
\param pbias - Returned mipmap level bias \param hTexRef - Texture reference
\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_CONTEXT, ::CUDA_ERROR_INVALID_VALUE
\sa ::cuTexRefSetAddress, ::cuTexRefSetAddress2D, ::cuTexRefSetAddressMode, ::cuTexRefSetArray, ::cuTexRefSetFlags, ::cuTexRefSetFormat, ::cuTexRefGetAddress, ::cuTexRefGetAddressMode, ::cuTexRefGetArray, ::cuTexRefGetFilterMode, ::cuTexRefGetFlags, ::cuTexRefGetFormat