mirror of
https://github.com/aap/librw.git
synced 2026-01-28 14:02:56 +00:00
some more GLES hackage
This commit is contained in:
@@ -6,11 +6,20 @@
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
// TODO: clean up the opengl defines
|
||||
// and figure out what we even want here...
|
||||
#ifdef RW_GL3
|
||||
#define RW_OPENGL
|
||||
#define RWDEVICE gl3
|
||||
#endif
|
||||
|
||||
#ifdef RW_GLES2
|
||||
#define RW_GLES
|
||||
#endif
|
||||
#ifdef RW_GLES3
|
||||
#define RW_GLES
|
||||
#endif
|
||||
|
||||
#ifdef RW_D3D9
|
||||
#define RWDEVICE d3d
|
||||
#define RWHALFPIXEL
|
||||
|
||||
Reference in New Issue
Block a user