increase texture size to 32x32
authorroot <root@i915.localnet.net>
Wed, 8 Aug 2007 18:03:18 +0000 (12:03 -0600)
committerBrian <brian@i915.localnet.net>
Wed, 8 Aug 2007 18:04:08 +0000 (12:04 -0600)
progs/trivial/quad-tex-2d.c

index 70b9fbf8c6172bd9a9458ccbb96e483659d8e48c..98f538eda32345856779548c29f457ac29ed81cb 100644 (file)
@@ -41,7 +41,7 @@ static void Init(void)
 
    glClearColor(0.0, 0.0, 1.0, 0.0);
 
-#define SIZE 16
+#define SIZE 32
    {
       GLubyte tex2d[SIZE][SIZE][3];
       GLint s, t;