mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:12:32 +02:00
Fixing last buffer flush
This commit is contained in:
parent
99009d8a2d
commit
438205b875
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ void GLBackend::init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
GLBackend::GLBackend() {
|
GLBackend::GLBackend() {
|
||||||
|
_pipeline._cameraCorrectionBuffer._buffer->flush();
|
||||||
glGetIntegerv(GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT, &_uboAlignment);
|
glGetIntegerv(GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT, &_uboAlignment);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue