https://github.com/paroj/nv_dds
DDS image loader for OpenGL/ OpenGL ES2
https://github.com/paroj/nv_dds
dds-loader opengl
Last synced: 9 months ago
JSON representation
DDS image loader for OpenGL/ OpenGL ES2
- Host: GitHub
- URL: https://github.com/paroj/nv_dds
- Owner: paroj
- Created: 2013-07-04T15:00:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T00:26:15.000Z (about 7 years ago)
- Last Synced: 2025-04-14T14:14:27.367Z (9 months ago)
- Topics: dds-loader, opengl
- Language: C++
- Homepage: http://paroj.github.io/nv_dds/
- Size: 59.6 KB
- Stars: 60
- Watchers: 8
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nv_dds
======
## Overview
this project tracks updates/ bugfixes for the DDS loader from the nvidia SDK and ports it to OpenGL2+ and OpenGL ES2
### changes
* refactor code for faster execution/ smaller footprint
* gcc 64bit compability
* compability with OpenGL ES2
* correctly handle RGBA, BGRA, RGB, BGR formats (some require ES2 extensions)
* add interface to load files from memory