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

[Feature Request] add support for generic function #93

Open
deepkolos opened this issue Aug 13, 2021 · 1 comment
Open

[Feature Request] add support for generic function #93

deepkolos opened this issue Aug 13, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@deepkolos
Copy link
Contributor

namespace gl {
  export declare function bufferData<T>(target: GLenum, data: StaticArray<T>, usage: GLenum): void;
}
FAILURE Can’t import or export generic functions.
@torch2424
Copy link
Owner

@deepkolos Ah! Thank you for finding this bug! Would you be open to opening a PR for this one as well? 😄

@torch2424 torch2424 assigned torch2424 and unassigned torch2424 Aug 16, 2021
@torch2424 torch2424 added the bug Something isn't working label Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants