Add GLES2 2D renderer + Linux display manager
First implementation with Linux display manager. - Add single-threaded mode for EditorResourcePreview (needed for OpenGL). Co-authored-by: clayjohn <claynjohn@gmail.com> Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
This commit is contained in:
parent
d046817536
commit
e3491a3744
88 changed files with 41666 additions and 358 deletions
|
|
@ -25,6 +25,11 @@ SConscript("winmidi/SCsub")
|
|||
# Graphics drivers
|
||||
if env["vulkan"]:
|
||||
SConscript("vulkan/SCsub")
|
||||
SConscript("gles2/SCsub")
|
||||
SConscript("gles_common/SCsub")
|
||||
SConscript("gl_context/SCsub")
|
||||
else:
|
||||
SConscript("dummy/SCsub")
|
||||
|
||||
# Core dependencies
|
||||
SConscript("png/SCsub")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue