nw::gfx::FrameBufferObject::TransferRenderImage Member Function
void TransferRenderImage(
u32 dstAddress,
GLenum dstFormat,
GLenum antiAliasMode,
bool yFlip
) const;
| 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. |
Sets a command to transfer data from the framebuffer to the display buffer.
CONFIDENTIAL