16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 06:59:18 +02:00

png textures support

This commit is contained in:
milek7
2017-09-06 21:46:33 +02:00
parent 3c50b477bf
commit c3c923611c
3 changed files with 50 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ struct opengl_texture {
private:
// methods
void load_BMP();
void load_PNG();
void load_DDS();
void load_TEX();
void load_TGA();