Code from streaming live on Douyu to implement DDS texture with C + OpenGL
- Extension function to support S3TC texture (so called in OpenGL world) is here
- Information about DDS specification can be found on Microsoft website here
- You can use crunch to generate .dds texture (DXT1-5).
- zombie.png and its generated .dds format is copyrights under Secret Character Ltd. You cannot use this asset in your own project or claim that its yours. Included to this repository for learning purpose only.