X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=examples%2Finfo%2Finfo.c;h=a00f21713c71b334a49be92a3e6c950206e467a2;hp=cd4fe71d8161ec510efbd40101aec65e3eff34ed;hb=ad122fbc44250cabc22e81f99a7ea1f376766ca6;hpb=2da20b1f7feeb2b4ae280e10a445b5b55f3926bf diff --git a/examples/info/info.c b/examples/info/info.c index cd4fe71..a00f217 100644 --- a/examples/info/info.c +++ b/examples/info/info.c @@ -41,6 +41,7 @@ int main(int argc, char **argv) /* Test extensions */ const char *exts[] = { "GL_ARB_texture_rectangle", + "GL_ARB_texture_non_power_of_two", "GL_ARB_does_not_exist", }; printf("\nChecking some extensions...\n"); @@ -52,6 +53,11 @@ int main(int argc, char **argv) /* Test sample image */ GLint sizes[][2] = { + { 120, 40}, + { 120, 120}, + { 128, 32}, + { 128, 64}, + { 128, 128}, {3400, 1600}, {1024, 1024}, {4096, 4096},