mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
Committing in .
Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ----------------------------------------------------------------------
This commit is contained in:
parent
d402cb97bd
commit
054b5aef92
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
#endif
|
||||
#define GL_GLEXT_LEGACY
|
||||
#include "GL/glut.h"
|
||||
#include "GL/glext.h"
|
||||
|
||||
#include "readtex.c" /* I know, this is a hack. KW: me too. */
|
||||
#define TEXTURE_FILE "../images/reflect.rgb"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
#include "mtypes.h"
|
||||
#include "nvvertexec.h"
|
||||
#include "nvvertprog.h"
|
||||
#include "program.h"
|
||||
#include "math/m_matrix.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue