taichi icon indicating copy to clipboard operation
taichi copied to clipboard

[AOT] Added texture interfaces to C-API

Open PENGUINLIONG opened this issue 3 years ago • 4 comments

This PR introduced texture interfaces to C-API.

(WIP) Don't merge!

PENGUINLIONG avatar Jul 26 '22 03:07 PENGUINLIONG

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jul 26 '22 03:07 netlify[bot]

/rebase

PENGUINLIONG avatar Aug 10 '22 05:08 PENGUINLIONG

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)

jim19930609 avatar Aug 11 '22 05:08 jim19930609

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)

I'm working on a detailed documentation on C-API interfaces. It might take a while to be published tho. 😉

PENGUINLIONG avatar Aug 11 '22 07:08 PENGUINLIONG