OpenGL Programming Guide: The Official Guide to Learning OpenGL, Version 4.3, Eighth Edition
by Dave Shreiner, Graham Sellers, John M. Kessenich, Bill M. Licea-Kane
Initialization
Usually, renderers are selected and managed automatically for your by Mac OS X; however, if you need or want to explicitly control the renderer for your application, do the following: first, determine the available renderers by calling CGLQueryRendererInfo(), which returns an opaque data structure—CGLRendererInfoObj—that you need to use to query the characteristics of each renderer. Properties of a renderer can be determined by calling CGLDescribeRenderer(). Once you’ve completed all of your system queries, you need to release the returned CGLRendererInfoObj by calling CGLDestroyRendererInfo().
Once you’ve selected the appropriate renderer, you next specify the buffer attributes required for your application. Specify the attributes ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access