mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Disable sparse textures
This commit is contained in:
parent
5ed376afc9
commit
8d45f43ba8
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ void SparseInfo::maybeMakeSparse() {
|
|||
if (!texture._gpuObject.isAutogenerateMips()) {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
||||
const uvec3 dimensions = texture._gpuObject.getDimensions();
|
||||
auto allowedPageDimensions = getPageDimensionsForFormat(texture._target, texture._internalFormat);
|
||||
|
|
Loading…
Reference in a new issue