Can we pass multiple Group nodes in Shader like we can pass multiple ImageShaders inside Shader component #1773
Unanswered
swami-laxman
asked this question in
Q&A
Replies: 1 comment
-
The component has no semantic in this context but you can have another shader that has shader images as children. That would be your "ShaderGroup" |
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 want something like this
so that I can access these groups inside shader as
image1
andimage2
and use like this
I need this because I want to access multiple textNode inside the shader
I know we can do this for images like this
Beta Was this translation helpful? Give feedback.
All reactions