Browse Source

added an additional comment about mipmap generation

tags/R300_DRIVER_0
Brian Paul 22 years ago
parent
commit
875f763c9f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/mesa/main/texformat.h

+ 3
- 0
src/mesa/main/texformat.h View File

@@ -40,6 +40,9 @@
* Mesa internal texture image types.
*
* All texture images must be stored in one of these formats.
*
* NOTE: when you add a new format, be sure to update the do_row()
* function in texstore.c used for auto mipmap generation.
*/
enum _format {
/**

Loading…
Cancel
Save