mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +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) {
|
||||
#if CPU_MIPMAPS
|
||||
|
|
Loading…
Reference in a new issue