GLPlot.jl
GLPlot.jl copied to clipboard
GLENUM maps to more than one enum
My enum approach for OpenGL doesn't seem to work out, as some enums have the same value. Seems like I need to introduce a hierarchical enum type, to handle all cases correctly. But at least, this only matters for printing the name, so far.