summaryrefslogtreecommitdiff
path: root/wrappers/gltrace.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/gltrace.hpp')
-rw-r--r--wrappers/gltrace.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrappers/gltrace.hpp b/wrappers/gltrace.hpp
index 375aa834..e8f6f7e4 100644
--- a/wrappers/gltrace.hpp
+++ b/wrappers/gltrace.hpp
@@ -96,6 +96,8 @@ public:
// Whether it has been bound before
bool bound = false;
+ // Whether it has been bound to a drawable
+ bool boundDrawable = false;
// TODO: This will fail for buffers shared by multiple contexts.
std::map <GLuint, Buffer> buffers;