shader auto reload

This commit is contained in:
2019-02-21 20:20:43 +01:00
parent eaab9c79e5
commit 78ca0ee6ad
7 changed files with 77 additions and 15 deletions

View File

@@ -19,5 +19,6 @@ public:
bool open(const char* path);
uint8_t* read_all();
void close();
~Asset() { close(); }
};