gecko0307 / dagon

3D game engine for D
https://gecko0307.github.io/dagon
Other
339 stars 32 forks source link

KTX support #85

Open gecko0307 opened 2 years ago

gecko0307 commented 2 years ago

KTX (Khronos Texture) is a texture container format from Khronos. It is a main competitor of DDS. Dagon has fairly good support for the latter, but KTX is better suited for OpenGL.

Note: only KTX 2.0 support will be implemented.

gecko0307 commented 2 years ago

KTX support