Talk:GLSL Object: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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? [[User:Thokra|thokra]] ([[User talk:Thokra|talk]]) 08:37, 23 April 2013 (PDT) | 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? [[User:Thokra|thokra]] ([[User talk:Thokra|talk]]) 08:37, 23 April 2013 (PDT) | ||
I'm currently not sure about {{apifunc|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 | I'm currently not sure about {{apifunc|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! :) [[User:Thokra|thokra]] ([[User talk:Thokra|talk]]) 05:14, 24 April 2013 (PDT) |
Revision as of 12:15, 24 April 2013
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)