opengl.gl.extensions: annoying hack to make gpu.* demos work in Lion. opengl 3 entry points such as glGenVertexArrays are available, but they only actually work in core profile contexts which factor doesn't support yet, so favor extension entry points such as glGenVertexArraysAPPLE instead of standard entry points

Joe Groff 2011-07-29 14:15:59 -07:00
parent f84491e940
commit 026ee1a051
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,6 @@ reset-gl-function-number-counter
SYNTAX: GL-FUNCTION:
gl-function-calling-convention
scan-function-name
"{" expect "}" parse-tokens over prefix
"{" expect "}" parse-tokens over suffix
gl-function-counter '[ _ _ gl-function-pointer ]
";" scan-c-args define-indirect ;