Commit Graph

4 Commits (aaea5d44069ee43c5fc0170af19f49e1c81f2f04)

Author SHA1 Message Date
Brett aaea5d4406 texture loading 2023-03-03 00:49:15 -05:00
Brett f10b119db1 Working on texture loading
TODO:
add mutex and combine loaded texture files
	-resizing is handled by the thread, hopefully this isn't an issue
load the loaded textures into the palette
2023-03-01 00:52:27 -05:00
Brett 8f57ab7567 Texture platte finished with gl textures but untested 2023-02-28 00:48:50 -05:00
Brett 785c487151 texture class
Texture holds information about a texture (data mostly)
palette will hold an array of textures.
TODO: gl_texture + palette management
2023-02-17 23:32:23 -05:00