Clone of mesa.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

OpenGLKit.h 242B

12345678910
  1. /*
  2. * Master include file for the Haiku OpenGL Kit.
  3. */
  4. #include <GL/gl.h>
  5. #include <GLView.h>
  6. // Projects needing GL/glu.h and GL/glut.h should now
  7. // include these headers independently as glu and glut
  8. // are no longer core parts of mesa