Explorar el Código

st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32

tags/snb-magic
Brian Paul hace 15 años
padre
commit
fa5309f0b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/mesa/state_tracker/st_atom.h

+ 1
- 1
src/mesa/state_tracker/st_atom.h Ver fichero

extern const struct st_tracked_state st_update_pixel_transfer; extern const struct st_tracked_state st_update_pixel_transfer;




uint st_compare_func_to_pipe(GLenum func);
GLuint st_compare_func_to_pipe(GLenum func);


#endif #endif

Cargando…
Cancelar
Guardar