as-bind
as-bind copied to clipboard
[Feature Request] add support for generic function
namespace gl {
export declare function bufferData<T>(target: GLenum, data: StaticArray<T>, usage: GLenum): void;
}
FAILURE Canβt import or export generic functions.
@deepkolos Ah! Thank you for finding this bug! Would you be open to opening a PR for this one as well? π