mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -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 "config_egldisplay.h"
|
||||||
|
#include "eglGraphicsBuffer.h"
|
||||||
#include "eglGraphicsPipe.h"
|
#include "eglGraphicsPipe.h"
|
||||||
|
#include "eglGraphicsPixmap.h"
|
||||||
#include "eglGraphicsWindow.h"
|
#include "eglGraphicsWindow.h"
|
||||||
#include "eglGraphicsStateGuardian.h"
|
#include "eglGraphicsStateGuardian.h"
|
||||||
#include "graphicsPipeSelection.h"
|
#include "graphicsPipeSelection.h"
|
||||||
@ -44,7 +46,9 @@ init_libegldisplay() {
|
|||||||
}
|
}
|
||||||
initialized = true;
|
initialized = true;
|
||||||
|
|
||||||
|
eglGraphicsBuffer::init_type();
|
||||||
eglGraphicsPipe::init_type();
|
eglGraphicsPipe::init_type();
|
||||||
|
eglGraphicsPixmap::init_type();
|
||||||
eglGraphicsWindow::init_type();
|
eglGraphicsWindow::init_type();
|
||||||
eglGraphicsStateGuardian::init_type();
|
eglGraphicsStateGuardian::init_type();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user