xlab/android-go

Egl Exemple not compilling

Opened this issue · 2 comments

When i try to compile, return this error:

github.com/xlab/android-go/egl

../egl/display_handle.go:112:32: cannot convert unsafe.Pointer(window) (value of type unsafe.Pointer) to type NativeWindowType

I'm using the go 1.21.0

hi, which platform you're compiling on?
also, the version of SDK / NDK

hi, which platform you're compiling on?
also, the version of SDK / NDK

I'm using termux on android to compile. In a previous version of go, it compiled normally