Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/include/HaikuGL/OpenGLKit.h
4558 views
1
/*
2
* Master include file for the Haiku OpenGL Kit.
3
*/
4
5
#include <GL/gl.h>
6
#include <GLView.h>
7
8
// Projects needing GL/glu.h and GL/glut.h should now
9
// include these headers independently as glu and glut
10
// are no longer core parts of mesa
11
12