Sfoglia il codice sorgente

added MemPool field

tags/mesa_6_5_3_rc2
Brian 18 anni fa
parent
commit
4e0a64675c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/mesa/main/mtypes.h

+ 1
- 0
src/mesa/main/mtypes.h Vedi File

@@ -2133,6 +2133,7 @@ struct gl_shader_state
GLboolean EmitHighLevelInstructions; /**< IF/ELSE/ENDIF vs. BRA, etc. */
GLboolean EmitCondCodes; /**< Use condition codes? */
GLboolean EmitComments; /**< Annotated instructions */
void *MemPool;
};



Loading…
Annulla
Salva