Uniform Buffer Object
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.
This article is a stub. You can help the OpenGL Wiki by expanding it. |