Skip to content
New issue

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

TypeError: unable to resolve type '[:double, 16]' #32

Open
whitequark opened this issue Jan 25, 2015 · 2 comments
Open

TypeError: unable to resolve type '[:double, 16]' #32

whitequark opened this issue Jan 25, 2015 · 2 comments
Labels

Comments

@whitequark
Copy link
Collaborator

It appears that FFI lacks the support for [typ, length] syntax in some contexts.

See ffi/ffi#385.

@whitequark whitequark added the bug label Jan 25, 2015
@neelance
Copy link
Owner

Where does it occur?

@whitequark
Copy link
Collaborator Author

test/output/gl.rb:

attach_function :load_transpose_matrixd, :glLoadTransposeMatrixd, [[:double, 16]], :void

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants