]> Pileus Git - grits/blobdiff - examples/info/info.c
Use 2^x textures for GisMarker
[grits] / examples / info / info.c
index cd4fe71d8161ec510efbd40101aec65e3eff34ed..a00f21713c71b334a49be92a3e6c950206e467a2 100644 (file)
@@ -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},