]> gitweb.factorcode.org Git - factor.git/commit
opengl.gl.extensions: annoying hack to make gpu.* demos work in Lion. opengl 3 entry...
authorJoe Groff <arcata@gmail.com>
Fri, 29 Jul 2011 21:15:59 +0000 (14:15 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 29 Jul 2011 21:15:59 +0000 (14:15 -0700)
commit44ba9e086eccf857d697e6e2b554c7ec7b00acdd
tree70eb64e65bb774d0c1925fad344ee895f9df3469
parentc69037867433a924937dfaa3a27141bbcedf7d18
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
basis/opengl/gl/extensions/extensions.factor