We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the new OpenCL cl.h file there is a change where an anonymous enum is giving troubles:
../../../../go/extern/src/github.com/go-gl/cl/v1.2/cl/package.go:726: unknown field 'buffer' in struct literal of type C.struct__cl_image_desc
I don't know how to properly solve this other than (temporarily) using the v1.2 cl.h header. Maybe there is a way to let cgo handle that enum?
The text was updated successfully, but these errors were encountered:
It is the OpenCL 2.0 cl.h that causes this, i forgot to mention...
Sorry, something went wrong.
No branches or pull requests
With the new OpenCL cl.h file there is a change where an anonymous enum is giving troubles:
github.com/go-gl/cl/v1.2/cl
../../../../go/extern/src/github.com/go-gl/cl/v1.2/cl/package.go:726: unknown field 'buffer' in struct literal of type C.struct__cl_image_desc
I don't know how to properly solve this other than (temporarily) using the v1.2 cl.h header. Maybe there is a way to let cgo handle that enum?
The text was updated successfully, but these errors were encountered: