Make preparations for GLESv3 support on iOS, allow for GL access without SDL renderer, update for default renderbuffer on iOS (fixes Starling, praise God)

This commit is contained in:
Joshua Granick
2018-01-31 17:12:59 -08:00
parent b3e0bd973f
commit bf6e835530
6 changed files with 145 additions and 84 deletions

View File

@@ -441,7 +441,7 @@
<lib name="-ldl" />
<lib name="-lEGL" />
<lib name="-lGLESv2" />
<lib name="-lGLESv3" />
</section>
@@ -460,7 +460,7 @@
<lib name="-ldl" />
<lib name="-lEGL" />
<lib name="-lGLESv2" />
<lib name="-lGLESv3" />
</section>