mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[egl] make new OpenGL ES renderer available
Note that this renderer is incomplete at this time as it doesn't render the cursor.
This commit is contained in:
parent
884ad6557b
commit
0903b4a610
@ -20,13 +20,13 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#pragma once
|
||||
#include "lg-renderer.h"
|
||||
|
||||
extern const LG_Renderer LGR_EGL;
|
||||
extern const LG_Renderer LGR_OpenGL;
|
||||
extern const LG_Renderer LGR_EGL;
|
||||
|
||||
const LG_Renderer * LG_Renderers[] =
|
||||
{
|
||||
&LGR_EGL,
|
||||
&LGR_OpenGL,
|
||||
&LGR_EGL,
|
||||
NULL // end of array sentinal
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user