How to use an uniform array of bytes as input to SKSL shader #2638
Unanswered
martinrhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a hexagon grid, in which each tile is a byte. In my SKSL shader, foreach pixel, I want to calculate which hexagons does it intersect with to determine its color. I looked through documentation of Skia and only see using an image as uniform input.
Beta Was this translation helpful? Give feedback.
All reactions