mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Restore gl1 implementation
This commit is contained in:
parent
af4ab6f1ac
commit
cbc14ed824
10 changed files with 293 additions and 449 deletions
|
|
@ -14,8 +14,7 @@ SOURCE engine.cpp error.cpp frame.cpp geometry.cpp geoplg.cpp
|
|||
SOURCEPATH ../vendor/librw/src/gl
|
||||
SOURCE gl3.cpp gl3device.cpp gl3immed.cpp gl3matfx.cpp gl3pipe.cpp gl3raster.cpp gl3render.cpp gl3shader.cpp gl3skin.cpp wdgl.cpp
|
||||
SOURCEPATH ../vendor/librw/src/gles1
|
||||
SOURCE rwgles1.cpp
|
||||
//gl1.cpp gl1device.cpp gl1immed.cpp gl1pipe.cpp gl1raster.cpp gl1render.cpp
|
||||
SOURCE gl1.cpp gl1device.cpp gl1immed.cpp gl1pipe.cpp gl1raster.cpp gl1render.cpp
|
||||
SOURCEPATH ../vendor/librw/src
|
||||
SOURCE hanim.cpp image.cpp light.cpp
|
||||
SOURCEPATH ../vendor/librw/src/lodepng
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ TARGET re3.exe
|
|||
LIBRARY libstdcpp.lib
|
||||
LIBRARY libgles_cm.lib
|
||||
STATICLIBRARY librw_gles1.lib
|
||||
ARMFPU softvfp
|
||||
#include "re3.mmh"
|
||||
|
|
@ -6,4 +6,5 @@ LIBRARY libglesv2.lib
|
|||
LIBRARY libegl.lib
|
||||
LIBRARY platformver.lib
|
||||
STATICLIBRARY librw_gles2.lib
|
||||
ARMFPU softvfp+vfpv2
|
||||
#include "re3.mmh"
|
||||
Loading…
Add table
Add a link
Reference in a new issue