Open
Description
For example
https://github.com/errcw/glow/blob/master/xml/spec/egl.xml#L179
gives
DEFAULT_DISPLAY = ((EGLNativeDisplayType)0)
needs to be rewritten to
DEFAULT_DISPLAY = C.EGLNativeDisplayType(0)
UPDATE:
needs more work
./package.go:120: cannot convert 0 (type int) to type C.EGLNativeDisplayType