GLPlot.jl icon indicating copy to clipboard operation
GLPlot.jl copied to clipboard

GLENUM maps to more than one enum

Open SimonDanisch opened this issue 10 years ago • 0 comments

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.

SimonDanisch avatar Jul 29 '14 09:07 SimonDanisch