mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +02:00
Turn off cpu mip map to add instrumentation to master
This commit is contained in:
parent
e77b920592
commit
446aaf3bce
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
void generateMips(gpu::Texture* texture, QImage& image, gpu::Element formatMip) {
|
||||||
#if CPU_MIPMAPS
|
#if CPU_MIPMAPS
|
||||||
|
|
Loading…
Reference in a new issue