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
Is it possible for the vertex shader to only use a subset of the vertex attributes hooked up by the API?
Is it possible for the fragment shader to only use a subset of the attribute data the vertex shader outputs?
It seems that this is something that an author would naturally want to be able to do. @kenrussell even described during today's call how he's found that many authors want to do these things. Let's see if it's possible.