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