123456789101112131415161718192021222324 |
- /******************************************************************************
- @File PVRTexLibVersion.h
- @Title Console Log
- @Version @Version Name : etc_conversion.cpp
- @Copyright Copyright (C) Imagination Technologies Limited.
- @Platform ANSI
- @Description Interface to PVRTC for PVRTexLib that bypasses public one
- ******************************************************************************/
- #ifndef PVRTEXLIBVERSION_H
- #define PVRTEXLIBVERSION_H
- #define PVRTLMAJORVERSION 3
- #define PVRTLMINORVERSION 14
- #define PVRTLSTRINGVERSION "3.14"
- #endif
|