mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 10:19:03 +02:00
Fix warnings
This commit is contained in:
parent
e1546ac3d0
commit
b2665cbd4e
2 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,7 @@
|
||||||
#include <image/Image.h>
|
#include <image/Image.h>
|
||||||
#include <image/TextureProcessing.h>
|
#include <image/TextureProcessing.h>
|
||||||
#include "SerDes.h"
|
#include "SerDes.h"
|
||||||
#include "KTX.h"
|
|
||||||
#include "Texture_ktx.cpp"
|
|
||||||
|
|
||||||
QTEST_GUILESS_MAIN(KtxTests)
|
QTEST_GUILESS_MAIN(KtxTests)
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ private slots:
|
||||||
void testKtxEvalFunctions();
|
void testKtxEvalFunctions();
|
||||||
void testKhronosCompressionFunctions();
|
void testKhronosCompressionFunctions();
|
||||||
void testKtxSerialization();
|
void testKtxSerialization();
|
||||||
|
void testKtxNewSerializationSphericalHarmonics();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue