How to pass array into vec4 main() in .glsl? #611
Unanswered
siwakornba2002
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
-
Hello,
I am trying to create a custom GLSL node in RV. When I passed the vec2 lassoPoints[256] into the main function, it showed a syntax error like this in the RV console.
This is my .gto and .glsl.
Now, I try to use sampler1D and sampler2D, etc. It also has errors.
Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions