[AOT] Added texture interfaces to C-API
This PR introduced texture interfaces to C-API.
(WIP) Don't merge!
Deploy Preview for docsite-preview ready!
| Name | Link |
|---|---|
| Latest commit | fe6dc93ff4dd74062f857548c26df761f252c3a9 |
| Latest deploy log | https://app.netlify.com/sites/docsite-preview/deploys/62f4c59f09f4c900096b984a |
| Deploy Preview | https://deploy-preview-5520--docsite-preview.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
/rebase
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 TiTextureAllocateInfo, TiVulkanTextureInteropInfo might also need some documentaries.
Some unit tests for each public interface is also welcomed! (maybe in a separate PR)
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
TiTextureAllocateInfo,TiVulkanTextureInteropInfomight also need some documentaries.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. 😉