mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 09:20:13 +01:00
Remove extra semicolon in VkEncoder
Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
parent
d63edd44c3
commit
5b9905b329
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ def emit_post(typeInfo, api, cgen):
|
|||
cgen.stmt("stream->flush()");
|
||||
|
||||
def emit_pool_free(cgen):
|
||||
cgen.stmt("++encodeCount;")
|
||||
cgen.stmt("++encodeCount")
|
||||
cgen.beginIf("0 == encodeCount % POOL_CLEAR_INTERVAL")
|
||||
cgen.stmt("pool->freeAll()")
|
||||
cgen.stmt("%s->clearPool()" % STREAM)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue