]> code.bitgloo.com Git - clyne/gamedev2.git/commit
Added SOIL for OpenGL texture loading
authorAndy Belle-Isle <drumsetmonkey@gmail.com>
Sun, 1 Sep 2019 23:02:29 +0000 (19:02 -0400)
committerAndy Belle-Isle <drumsetmonkey@gmail.com>
Sun, 1 Sep 2019 23:02:29 +0000 (19:02 -0400)
commit5fddf26cb8bf474b6649bd727bb6493f0c2c48ba
treec750317b384f2b2c93a54e836e2b02536105cfe5
parent0b6a4395579cd3fabf70b265499da77d73558f38
Added SOIL for OpenGL texture loading
14 files changed:
lib/libSOIL.a [new file with mode: 0644]
lib/soil/soil/SOIL.c [new file with mode: 0644]
lib/soil/soil/SOIL.h [new file with mode: 0644]
lib/soil/soil/image_DXT.c [new file with mode: 0644]
lib/soil/soil/image_DXT.h [new file with mode: 0644]
lib/soil/soil/image_helper.c [new file with mode: 0644]
lib/soil/soil/image_helper.h [new file with mode: 0644]
lib/soil/soil/original/stb_image-1.09.c [new file with mode: 0644]
lib/soil/soil/original/stb_image-1.16.c [new file with mode: 0644]
lib/soil/soil/stb_image_aug.c [new file with mode: 0644]
lib/soil/soil/stb_image_aug.h [new file with mode: 0644]
lib/soil/soil/stbi_DDS_aug.h [new file with mode: 0644]
lib/soil/soil/stbi_DDS_aug_c.h [new file with mode: 0644]
lib/soil/soil/test_SOIL.cpp [new file with mode: 0644]