SimonDanisch / GLPlot.jl

Plotting for Julia with OpenGL
Other
74 stars 8 forks source link

GLENUM maps to more than one enum #6

Open SimonDanisch opened 10 years ago

SimonDanisch commented 10 years ago

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.