mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
Disable compression during runtime
This commit is contained in:
parent
e3ab2615c1
commit
56f656f92a
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@
|
||||||
using namespace gpu;
|
using namespace gpu;
|
||||||
|
|
||||||
#define CPU_MIPMAPS 1
|
#define CPU_MIPMAPS 1
|
||||||
#define COMPRESS_COLOR_TEXTURES 1
|
#define COMPRESS_COLOR_TEXTURES 0
|
||||||
#define COMPRESS_NORMALMAP_TEXTURES 0 // Disable Normalmap compression for now
|
#define COMPRESS_NORMALMAP_TEXTURES 0 // Disable Normalmap compression for now
|
||||||
#define COMPRESS_GRAYSCALE_TEXTURES 1
|
#define COMPRESS_GRAYSCALE_TEXTURES 0
|
||||||
#define COMPRESS_CUBEMAP_TEXTURES 0 // Disable Cubemap compression for now
|
#define COMPRESS_CUBEMAP_TEXTURES 0 // Disable Cubemap compression for now
|
||||||
|
|
||||||
static const glm::uvec2 SPARSE_PAGE_SIZE(128);
|
static const glm::uvec2 SPARSE_PAGE_SIZE(128);
|
||||||
|
|
Loading…
Reference in a new issue