Talk:Texture Combiners

From OpenGL Wiki
Revision as of 08:40, 6 August 2010 by Zmip (talk | contribs) (Created page with 'Am I misunderstanding the intentions of example "Blend tex0 and tex1 based on a blending factor you supply", or are there indeed some errors in it? Where does "GL_SOURCE2_RGB" co…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Am I misunderstanding the intentions of example "Blend tex0 and tex1 based on a blending factor you supply", or are there indeed some errors in it? Where does "GL_SOURCE2_RGB" come from? Weren't we only dealing with SOURCE0 and 1? I also noticed that leaving out all the operands just makes it work too. As I say, I could be totally wrong here, I'm very new to OpenGL...