Turn off cpu mip map to add instrumentation to master

This commit is contained in:
samcake 2017-02-02 11:58:02 -08:00
parent e77b920592
commit 446aaf3bce

View file

@ -200,7 +200,7 @@ const QImage& image, bool isLinear, bool doCompress) {
}
}
#define CPU_MIPMAPS 1
#define CPU_MIPMAPS 0
void generateMips(gpu::Texture* texture, QImage& image, gpu::Element formatMip) {
#if CPU_MIPMAPS