pub unsafe extern "C" fn mvdstdSetupOutputBuffers(
    entrylist: *mut MVDSTD_OutputBuffersEntryList,
    bufsize: u32_
) -> Result
Expand description

New3DS Internet Browser doesn’t use this. Once done, rendered frames will be written to the output buffers specified by the entrylist instead of the output specified by configuration. See here: https://www.3dbrew.org/wiki/MVDSTD:SetupOutputBuffers

§Arguments

  • entrylist - Input entrylist.
  • bufsize - Size of each buffer from the entrylist.