Documentation ¶
Overview ¶
Package gen is used to generate golang OpenGL bindings using an OpenGL specification header file. The 4.3 specification header file is from:
www.opengl.org/registry/api/glcorearb.h
Running gl/gen will create a go package. Usage:
gen -p output-directory -s opengl-spec
Design notes are included in the code. Generation is expected to be infrequenty and the generated gl package should be source controlled.
Package gen is provided as part of the vu (virtual universe) 3D engine.
Click to show internal directories.
Click to hide internal directories.