From 8d6653ac387e5fd1a2eae549239099a05e9cac03 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Mon, 4 Apr 2016 15:42:25 +0100 Subject: helpers: Move GL extension cache object to glfeatures. So it can be used in the wrappers too. --- wrappers/gltrace.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wrappers/gltrace.hpp') diff --git a/wrappers/gltrace.hpp b/wrappers/gltrace.hpp index 7e05ad69..09aa71b8 100644 --- a/wrappers/gltrace.hpp +++ b/wrappers/gltrace.hpp @@ -86,6 +86,9 @@ public: class Context { public: glfeatures::Profile profile; + glfeatures::Extensions extensions; + glfeatures::Features features; + bool user_arrays; bool user_arrays_nv; bool userArraysOnBegin; -- cgit v1.2.3