You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvidia-texture-tools/D3D11TextureFormats.md

22 lines
648 B
Markdown

# Introduction #
The best documentation for the new D3D11 formats is in the OpenGL BPTC spec:
http://www.opengl.org/registry/specs/ARB/texture_compression_bptc.txt
A good overview is available at:
http://www.reedbeta.com/blog/2012/02/12/understanding-bcn-texture-compression-formats/
# Compressors #
* NVIDIA Compressors written by Walt Donovan:
* https://code.google.com/p/nvidia-texture-tools/downloads/detail?name=bc6h_export.zip
* https://code.google.com/p/nvidia-texture-tools/downloads/detail?name=bc7_export.zip
* Volition GPU Compressor:
* https://github.com/volition-inc/bc7_gpu
* http://gamma.cs.unc.edu/FasTC/