mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +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() {
|
||||
_pipeline._cameraCorrectionBuffer._buffer->flush();
|
||||
glGetIntegerv(GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT, &_uboAlignment);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue