mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
parent
1f84469cd9
commit
7ac7a95843
@ -1697,6 +1697,11 @@ close_buffer() {
|
|||||||
_fbo.clear();
|
_fbo.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (_fbo_multisample != 0) {
|
||||||
|
glgsg->_glDeleteFramebuffers(1, &_fbo_multisample);
|
||||||
|
_fbo_multisample = 0;
|
||||||
|
}
|
||||||
|
|
||||||
report_my_gl_errors();
|
report_my_gl_errors();
|
||||||
|
|
||||||
// Release the Gsg
|
// Release the Gsg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user