OpenGL Object: Difference between revisions
Jump to navigation
Jump to search
Marking the page a stub. |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''OpenGL Objects''' are defined in terms of the context state that they contain. Objects are almost always created in a two-stage process: the name is created with a generation function, and the object within that name is created with another function. | '''OpenGL Objects''' are defined in terms of the context state that they contain. Objects are almost always created in a two-stage process: the name is created with a generation function, and the object within that name is created with another function. | ||
Revision as of 20:23, 15 August 2009
OpenGL Objects are defined in terms of the context state that they contain. Objects are almost always created in a two-stage process: the name is created with a generation function, and the object within that name is created with another function.