{{newin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数}}
Immediately renders any pending automatically batched draws.

LÖVE will call this function internally as needed when most state is changed, so it is not necessary to manually call it.

The current batch will be automatically flushed by [[love.graphics]] state changes (except for the transform stack and the current [[love.graphics.setColor|color]]), as well as [[Shader:send]] and methods on [[Texture]]s which change their state. Using a different Image in consecutive [[love.graphics.draw]] calls will also flush the current batch.

[[SpriteBatch]]es, [[ParticleSystem]]s, [[Mesh]]es, and [[Text]] objects do their own batching and do not affect automatic batching of other draws, aside from flushing the current batch when they're drawn.
== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.flushBatch( )
</source>
=== 引数 ===
なし。
=== 返値 ===
ありません。

== 関連 ==
* [[parent::love.graphics (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Sub-Category=Drawing (日本語)}}
{{#set:Description=Immediately renders any pending automatically batched draws.}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.flushBatch}}