Uniform Buffer Object

From OpenGL Wiki
Revision as of 20:55, 17 August 2009 by Alfonse (talk | contribs) (Categorizing)
Jump to navigation Jump to search

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.