[Android] Make texture loading/deleting/drawing backend non-specific by making them happen in the backend instead of somewhere else. Just a clean up commit really.

This commit is contained in:
Ryan Houdek
2013-09-02 01:40:05 -05:00
parent 0219049c03
commit 831963616f
9 changed files with 83 additions and 47 deletions

View File

@ -17,5 +17,5 @@
#include "GLInterface.h"
GLuint LoadPNG(const char *filename);
char* LoadPNG(const char *filename, u32 &width, u32 &height);