Replace getCanvas/ImageFormats with getTextureFormats

This commit is contained in:
Alex Szpakowski
2020-02-12 22:25:04 -04:00
parent f5f7e908a9
commit 5c06b2a860
4 changed files with 75 additions and 3 deletions
+1
View File
@@ -190,6 +190,7 @@ bool luax_boolflag(lua_State *L, int table_index, const char *key, bool defaultV
int luax_intflag(lua_State *L, int table_index, const char *key, int defaultValue);
double luax_numberflag(lua_State *L, int table_index, const char *key, double defaultValue);
bool luax_checkboolflag(lua_State *L, int table_index, const char *key);
int luax_checkintflag(lua_State *L, int table_index, const char *key);
/**