Talk:GLSL Object
Jump to navigation
Jump to search
RFC on the text about separate programs. Gonna expand the section ASAP. We might want to think about giving separable programs their own page. Thoughts? thokra (talk) 08:37, 23 April 2013 (PDT)
I'm currently not sure about glTransformFeedbackVaryings. Clearly, it must be called before linking but I'm not sure what layout to replace it with, if any. I suspect something like
layout(stream = 0) ...;
but I have virtually no experience with transform feedback. Some help please! :) thokra (talk) 05:14, 24 April 2013 (PDT)