Skip to content

EGL: C syntax #16

Open
Open
@capnm

Description

@capnm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions