Displays the results of drawing operations on the screen.

This function is used when writing your own [[love.run]] function. It presents all the results of your drawing operations on the screen. See the example in [[love.run]] for a typical use of this function.

== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.present( )
</source>

=== 引数 ===
なし。

=== 返値 ===
ありません。

== 注釈 ==
* If [[love.window.setMode]] has <code>vsync</code> equal to <code>true</code>, this function can't run more frequently than the refresh rate (e.g. 60 Hz), and will halt the program until ready if necessary.

== 関連 ==
* [[love.graphics.clear (日本語)]]
* [[parent::love.graphics (日本語)]]
[[Category:Functions (日本語)]]
[[Sub-Category::Drawing (日本語)| ]]
{{#set:Description=Displays the results of drawing operations on the screen.}}
{{#set:Since=000}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.present}}