Browse Source

don't need auto mipmaps

tags/R300_DRIVER_0
Brian Paul 21 years ago
parent
commit
4045b6e5b8
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      progs/demos/gloss.c

+ 0
- 1
progs/demos/gloss.c View File

@@ -376,7 +376,6 @@ static void Init( int argc, char *argv[] )
exit(1);
}

glTexParameteri(GL_TEXTURE_2D, GL_GENERATE_MIPMAP_SGIS, GL_TRUE);
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0,
format, GL_UNSIGNED_BYTE, img);
free(img);

Loading…
Cancel
Save