lovr.graphics.present

Edit

Presents the window texture to the desktop window. This function is called automatically by the default implementation of lovr.run, so it normally does not need to be called.

lovr.graphics.present()

Arguments

None

Returns

Nothing

Notes

This should be called after submitting the window pass (lovr.graphics.getWindowPass). If the window texture has not been rendered to since the last present, this function does nothing.

See also