Add nvtt wrapper to project.
This commit is contained in:
parent
1a14b8a1ba
commit
4d51088d96
@ -5,6 +5,8 @@ ADD_SUBDIRECTORY(squish)
|
||||
SET(NVTT_SRCS
|
||||
nvtt.h
|
||||
nvtt.cpp
|
||||
# nvtt_wrapper.h
|
||||
# nvtt_wrapper.cpp
|
||||
CompressDXT.h
|
||||
CompressDXT.cpp
|
||||
CompressRGB.h
|
||||
|
@ -21,8 +21,8 @@
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
// OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#ifndef NVTT_CWRAPPER_H
|
||||
#define NVTT_CWRAPPER_H
|
||||
#ifndef NVTT_WRAPPER_H
|
||||
#define NVTT_WRAPPER_H
|
||||
|
||||
#include <nvcore/nvcore.h>
|
||||
|
||||
@ -132,4 +132,4 @@ NVTT_API int nvttEstimateSize(NvttInputOptions inputOptions, NvttCompressionOpti
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif // NVTT_CWRAPPER_H
|
||||
#endif // NVTT_WRAPPER_H
|
||||
|
Loading…
Reference in New Issue
Block a user