nw::gfx::FrameBufferObject::TransferRenderImage Member Function

Syntax

void TransferRenderImage(
     u32 dstAddress,
     GLenum dstFormat,
     GLenum antiAliasMode,
     bool yFlip
) const;

Arguments

Name Description
in dstAddress Transfer destination address.
in dstFormat Transfer destination format.
in antiAliasMode Antialias filter mode.
in yFlip Flag indicating whether to flip in the Y direction.

Return Values

None.

Description

Sets a command to transfer data from the framebuffer to the display buffer.


CONFIDENTIAL