From bc9552c53559894780c08207048d2f8b9ee5d76e Mon Sep 17 00:00:00 2001 From: Eleni Maria Stea Date: Thu, 7 Mar 2013 17:32:43 +0200 Subject: [PATCH] fixed example conf file for asus --- examples/asuseee.conf | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/examples/asuseee.conf b/examples/asuseee.conf index 93c0449..670e84e 100644 --- a/examples/asuseee.conf +++ b/examples/asuseee.conf @@ -220,17 +220,47 @@ GL_ARB_robustness, GL_ARB_texture_storage GL_ARB_invalidate_subdata -[max texture size] -8192 +[major version] +2 + +[minor version] +1 [max texture units] 8 +[max texture image units] +16 + +[max combined texture image units] +32 + +[max vertex texture image units] +16 + +[max texture size] +8192 + +[max cube map texture size] +8192 + [max texture coordinates] 8 [max vertex attributes] 16 -[max renderbuffer size] +[max vertex uniform vectors] +4096 + +[max fragment uniform vectors] +4096 + +[max varying vectors] +32 + +[max color attachments] +8 + +[max renderbuffer size ext] 8192 -- 1.7.10.4