Function psp::sys::sceGuTexLevelMode

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuTexLevelMode(
    mode: TextureLevelMode,
    bias: f32
)
Expand description

Set texture-level mode (mipmapping)

§Parameters

  • mode: Which mode to use, one of TextureLevelMode
  • bias: Which mipmap bias to use