Function psp::sys::sceGuMaterial

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuMaterial(
    components: LightComponent,
    color: u32
)
Expand description

Set current primitive color, for specific light components.

§Parameters

  • components: Which component(s) to set
  • color: Color to set (likely overridden by vertex colors)