mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove debugging pragma
This commit is contained in:
parent
e9dc3c650b
commit
12ae44c14f
1 changed files with 1 additions and 3 deletions
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include "TestHelpers.h"
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
std::string vertexShaderSource = R"SHADER(
|
||||
#line 14
|
||||
layout(location = 0) out vec2 outTexCoord0;
|
||||
|
@ -165,4 +163,4 @@ void TexturesTest::onPrevTexture() {
|
|||
|
||||
void TexturesTest::onMaxTextureMemory(int maxTextureMemory) {
|
||||
gpu::Texture::setAllowedGPUMemoryUsage(MB_TO_BYTES(maxTextureMemory));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue