Function ctru_sys::CAMU_GetMaxBytes

source ·
pub unsafe extern "C" fn CAMU_GetMaxBytes(
    maxBytes: *mut u32_,
    width: s16,
    height: s16
) -> Result
Expand description

Gets the maximum number of bytes that can be saved to an image buffer.

§Arguments

  • maxBytes - Pointer to write the maximum number of bytes to.
  • width - Width of the image.
  • height - Height of the image.