File: vispy_ext.h

package info (click to toggle)
python-vispy 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,112 kB
  • sloc: python: 61,648; javascript: 6,800; ansic: 2,104; makefile: 141; sh: 6
file content (9 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
// Custom C header specifically for the VisPy project
// This header includes constant definitions that can be used by VisPy to
// support additional features that may not be strictly GL ES 2.0 compatible,
// but will still work. This allows additional features while not promising or
// leading users to think that all GL3+ features are supported.

// GL3
#define GL_MIN                                              0x8007
#define GL_MAX                                              0x8008