Kaiju Engine (issue #62) - Setup textures and the texture cache

10 months ago
4

Textures are now working, though the full management of them isn't complete. Also how they are being drawn as part of the instance group may be refactored, but for now it is working. The part that isn't complete is getting the texture location by the string name in the shader for OpenGL. This prepares the engine to work with PNG, ASTC, and raw textures. This also sets up the texture cache for re-using textures.

Author: https://x.com/KaijuCoder

https://github.com/KaijuEngine/kaiju/pull/63

Loading comments...