-
I want to use my own shader to render some images. |
Beta Was this translation helpful? Give feedback.
Answered by
domchen
Apr 9, 2025
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
domchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
tgfx/gpu/RuntimeEffect.h
API. Here is an example: https://github.com/Tencent/tgfx/blob/main/test/src/FilterTest.cpp#L331