mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Stub GLES 1.1 backend
This commit is contained in:
parent
f6a5685de8
commit
feefe2e742
28 changed files with 272 additions and 31 deletions
7
vendor/librw/src/rwbase.h
vendored
7
vendor/librw/src/rwbase.h
vendored
|
|
@ -9,6 +9,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
#undef stderr
|
||||
#define stderr stdout
|
||||
#endif
|
||||
|
||||
|
|
@ -46,6 +47,11 @@
|
|||
#define RW_OPENGL
|
||||
#endif
|
||||
|
||||
#ifdef RW_GLES1
|
||||
//#define RW_OPENGL
|
||||
#define RWDEVICE gles1
|
||||
#endif
|
||||
|
||||
namespace rw {
|
||||
|
||||
#ifdef RW_PS2
|
||||
|
|
@ -546,6 +552,7 @@ enum Platform
|
|||
|
||||
PLATFORM_WDGL = 11, // WarDrum OpenGL
|
||||
PLATFORM_GL3 = 12, // my GL3 implementation
|
||||
PLATFORM_GLES1 = 13,
|
||||
|
||||
NUM_PLATFORMS,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue