Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/KX_KetsjiEngine.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_KetsjiEngine.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/gameengine/Ketsji/KX_KetsjiEngine.cpp b/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
index fc43c03df31..a1c7957dc72 100644
--- a/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
+++ b/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
@@ -75,8 +75,6 @@
#include "DNA_world_types.h"
#include "DNA_scene_types.h"
-#include "GPU_extensions.h"
-
// If define: little test for Nzc: guarded drawing. If the canvas is
// not valid, skip rendering this frame.
//#define NZC_GUARDED_OUTPUT
@@ -1441,18 +1439,6 @@ void KX_KetsjiEngine::RenderDebugProperties()
m_canvas->GetHeight());
ycoord += 14;
}
-
- // Put an extra gap in the printed results
- ycoord += 14;
-
- /* Print texture vram usage */
- debugtxt.Format("Texture VRAM: %.2f MB", GPU_texture_vram_usage()/1048576.f);
- m_rendertools->RenderText2D(RAS_IRenderTools::RAS_TEXT_PADDED,
- debugtxt.Ptr(),
- xcoord, ycoord,
- m_canvas->GetWidth(),
- m_canvas->GetHeight());
- ycoord += 14;
}
/* Property display*/