b2dFlip

Presents the finished frame to the screen (swaps the back buffer).

2D Overlay

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Void

Quick Summary

Presents the finished frame to the screen (swaps the back buffer).

Technical Exegesis...

Ends the frame: flushes all batched primitive, image and text draws in call order, resolves MSAA if enabled, applies any active screen shader, then presents the back buffer. Pair it with b2dCls at the top of the frame.

Example

Example.bam
; No example implemented yet