From c4d6e56bf892dd9c0de83eb2ff61375d333a8f52 Mon Sep 17 00:00:00 2001 From: Eleni Maria Stea Date: Tue, 26 Feb 2013 15:23:42 +0200 Subject: [PATCH] fixed conf files TODO: 1- add opengles 2.0 support 2- support more extensions (get ext info) --- examples/asuseee.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/asuseee.conf b/examples/asuseee.conf index b458b12..93c0449 100644 --- a/examples/asuseee.conf +++ b/examples/asuseee.conf @@ -228,3 +228,9 @@ GL_ARB_invalidate_subdata [max texture coordinates] 8 + +[max vertex attributes] +16 + +[max renderbuffer size] +8192 -- 1.7.10.4