-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[AOT] Added texture interfaces to C-API #5520
Conversation
✅ Deploy Preview for docsite-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
512c8e7
to
115f5f4
Compare
3dbe382
to
c1f1d7e
Compare
/rebase |
9c3ab13
to
d625861
Compare
d625861
to
eed4386
Compare
eed4386
to
6b89dd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM
…into capi-texture1
for more information, see https://pre-commit.ci
Super! Btw it would be nice if we can write some comments on each newly-added public interface, to explain its functionality, each argument and return? Structs such as Some unit tests for each public interface is also welcomed! (maybe in a separate PR) |
I'm working on a detailed documentation on C-API interfaces. It might take a while to be published tho. 😉 |
This PR introduced texture interfaces to C-API.
(WIP) Don't merge!