mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
egl: Add missing init_type() for eglGraphicsBuffer/Pixmap
This commit is contained in:
parent
a5a0809949
commit
fb6ec557ce
@ -12,7 +12,9 @@
|
||||
*/
|
||||
|
||||
#include "config_egldisplay.h"
|
||||
#include "eglGraphicsBuffer.h"
|
||||
#include "eglGraphicsPipe.h"
|
||||
#include "eglGraphicsPixmap.h"
|
||||
#include "eglGraphicsWindow.h"
|
||||
#include "eglGraphicsStateGuardian.h"
|
||||
#include "graphicsPipeSelection.h"
|
||||
@ -44,7 +46,9 @@ init_libegldisplay() {
|
||||
}
|
||||
initialized = true;
|
||||
|
||||
eglGraphicsBuffer::init_type();
|
||||
eglGraphicsPipe::init_type();
|
||||
eglGraphicsPixmap::init_type();
|
||||
eglGraphicsWindow::init_type();
|
||||
eglGraphicsStateGuardian::init_type();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user