Rename files.
This commit is contained in:
parent
03c3fa42a8
commit
8e586ca693
@ -23,8 +23,8 @@ SET(NVTT_SRCS
|
||||
InputOptions.h InputOptions.cpp
|
||||
OutputOptions.h OutputOptions.cpp
|
||||
TaskDispatcher.h TaskDispatcher.cpp
|
||||
TexImage.h TexImage.cpp
|
||||
CubeImage.h CubeImage.cpp
|
||||
Surface.h Surface.cpp
|
||||
CubeSurface.h CubeSurface.cpp
|
||||
cuda/CudaUtils.h cuda/CudaUtils.cpp
|
||||
cuda/CudaMath.h
|
||||
cuda/BitmapTable.h
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "InputOptions.h"
|
||||
#include "CompressionOptions.h"
|
||||
#include "OutputOptions.h"
|
||||
#include "TexImage.h"
|
||||
#include "Surface.h"
|
||||
|
||||
#include "CompressorDX9.h"
|
||||
#include "CompressorDX10.h"
|
||||
|
@ -21,8 +21,8 @@
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
// OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#include "CubeImage.h"
|
||||
#include "TexImage.h"
|
||||
#include "CubeSurface.h"
|
||||
#include "Surface.h"
|
||||
|
||||
#include "nvmath/Vector.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#define NVTT_CUBEIMAGE_H
|
||||
|
||||
#include "nvtt.h"
|
||||
#include "TexImage.h"
|
||||
#include "Surface.h"
|
||||
|
||||
#include "nvimage/FloatImage.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
// OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#include "TexImage.h"
|
||||
#include "Surface.h"
|
||||
|
||||
#include "nvmath/Vector.h"
|
||||
#include "nvmath/Matrix.h"
|
Loading…
Reference in New Issue
Block a user