Function ctru_sys::CAMU_GetMaxLines
source · pub unsafe extern "C" fn CAMU_GetMaxLines(
maxLines: *mut s16,
width: s16,
height: s16
) -> Result
Expand description
Gets the maximum number of lines that can be saved to an image buffer.
§Arguments
maxLines
- Pointer to write the maximum number of lines to.width
- Width of the image.height
- Height of the image.