Function psp::sys::sceGuAlphaFunc

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuAlphaFunc(
    func: AlphaFunc,
    value: i32,
    mask: i32
)
Expand description

Set the alpha test parameters

§Parameters

  • func: Specifies the alpha comparison function.
  • value: Specifies the reference value that incoming alpha values are compared to.
  • mask: Specifies the mask that both values are ANDed with before comparison.