You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only arrays may be passed as material parameters, even though LWJGL also allows buffers to be used for shader uniforms. I see two ways to address this:
Add new VarTypes for buffer parameters.
Allow some array parameters to also accept buffers.