Update file paths in readme

There is no src/nvimage/nvtt folder.
pull/271/head
Albin Bernhardsson 7 years ago committed by GitHub
parent 6816128f80
commit 133b84d536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,13 +32,13 @@ $ sudo make install
To use the NVIDIA Texture Tools in your own applications you just have to To use the NVIDIA Texture Tools in your own applications you just have to
include the following header file: include the following header file:
src/nvimage/nvtt/nvtt.h src/nvtt/nvtt.h
And include the nvtt library in your projects. And include the nvtt library in your projects.
The following file contains a simple example that shows how to use the library: The following file contains a simple example that shows how to use the library:
src/nvimage/nvtt/compress.cpp src/nvtt/tools/compress.cpp
Detailed documentation of the API can be found at: Detailed documentation of the API can be found at:

Loading…
Cancel
Save