Function psp::sys::sceGuTexFilter

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuTexFilter(
    min: TextureFilter,
    mag: TextureFilter
)
Expand description

Set how the texture is filtered

§Parameters

  • min: Minimizing filter
  • mag: Magnifying filter