mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 11:33:44 +02:00
Add cache sync flag in Context::enqueueBatch
This commit is contained in:
parent
d1a5662ca7
commit
bffcfa2ab8
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ bool Context::makeProgram(Shader& shader, const Shader::BindingSet& bindings) {
|
|||
}
|
||||
|
||||
void Context::enqueueBatch(Batch& batch) {
|
||||
GLBackend::renderBatch(batch);
|
||||
GLBackend::renderBatch(batch, true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue