File: gl4.c

package info (click to toggle)
libjogl2-java 2.3.2%2Bdfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,112 kB
  • sloc: java: 218,529; ansic: 75,727; xml: 6,722; objc: 3,139; sh: 2,736; cpp: 139; awk: 46; makefile: 29
file content (8 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
#define GLAPI

// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes are parsed.
#define GL_GLEXT_PROTOTYPES

#include <GL/glcorearb.h>
#include <GL/glcorearbext.h>