gecko0307 / dagon

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

KTX support #85

Open gecko0307 opened 1 year ago

gecko0307 commented 1 year 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 1 year ago

KTX support