Function ctru_sys::CAMU_SetEffect

source ·
pub unsafe extern "C" fn CAMU_SetEffect(
    select: u32_,
    effect: CAMU_Effect,
    context: CAMU_Context
) -> Result
Expand description

Sets the special effects of the given camera in the given context.

§Arguments

  • select - Camera to use.
  • effect - Effect to use.
  • context - Context to use.