Function ctru_sys::CAMU_SetSize

source ·
pub unsafe extern "C" fn CAMU_SetSize(
    select: u32_,
    size: CAMU_Size,
    context: CAMU_Context
) -> Result
Expand description

Sets the image resolution of the given camera in the given context.

§Arguments

  • select - Camera to use.
  • size - Size to use.
  • context - Context to use.