Uniform Buffer Object: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
(Just putting in a stub.)
 
(Categorizing)
Line 2: Line 2:


{{stub}}
{{stub}}
[[Category:Objects]]
[[Category:OpenGL Shading Langauge]]

Revision as of 20:55, 17 August 2009

Uniform Buffer Objects are a way to use Buffer Objects to store uniform data in a GLSL shader program. It makes it easier and faster to switch state between programs, and it makes it possible to share state among multiple programs, allowing you to make changes to the data in one location that affect multiple programs.