From: root Date: Wed, 8 Aug 2007 18:03:18 +0000 (-0600) Subject: increase texture size to 32x32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f71edfa41b70c056792a5b6f57984852cd8396ed;p=mesa.git increase texture size to 32x32 --- diff --git a/progs/trivial/quad-tex-2d.c b/progs/trivial/quad-tex-2d.c index 70b9fbf8c61..98f538eda32 100644 --- a/progs/trivial/quad-tex-2d.c +++ b/progs/trivial/quad-tex-2d.c @@ -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;