Added GLES2 support

This commit is contained in:
n00b
2024-11-10 19:05:55 -05:00
parent f7b6e8e609
commit bffa478064
5 changed files with 386 additions and 268 deletions

View File

@@ -4448,7 +4448,12 @@ int main(int argc, char * argv[])
#ifdef RC_WEB
rc_filename = "main.cbc";
#endif
#endif
//ogles2 test
rc_intern_dirChange("/home/n00b/projects/rcbasic_alpha3/test_project");
rc_filename = "main.cbc";
//---------------
if(rcbasic_load(rc_filename))
{