Replies: 3 comments
-
Did you have any success? I've been trying to use LUTs but without success. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have made some progress. Here’s the example I’m using:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
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'm trying to apply a 1024x1024 LUT (16x16 tiles, each tile 64x64) to an image with Skia, I converted the previous GLSL to work with Skia but I am only getting a whole cyan fill image at the end, and I'm completely lost as to what to do. The textures are loaded properly, since I can fade between the texture of the LUT and the image, and they are obviously loaded.
Shader:
How I load it:
Example LUT:
Beta Was this translation helpful? Give feedback.
All reactions