Commit Graph

5 Commits (4217f8f92f6479027c36b2d4f3fc574f55fe1827)

Author SHA1 Message Date
Brett e34d016abb fix texture loading resizing 2023-03-04 23:24:36 -05:00
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