项目作者: paroj

项目描述 :
用于OpenGL / OpenGL ES2的DDS图像加载器
高级语言: C++
项目地址: git://github.com/paroj/nv_dds.git
创建时间: 2013-07-04T15:00:54Z
项目社区:https://github.com/paroj/nv_dds

开源协议:

下载


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