FROM : Nick Zitzmann
DATE : Tue Jul 18 20:22:56 2006
On Jul 18, 2006, at 12:14 PM, Rob Ross wrote:
> Is the API for OpenGL in Mac OS X available through cocoa calls, or
> is it only available as a lower-level API?
OpenGL is C only.
> I know there's a OpenGL view in IB, but other than that I haven't
> seen any references in the Foundation or AppKit APIs to OpenGL stuff.
The NSOpenGL classes in AppKit are for setting up a view and context
for OpenGL commands, and setting up the pixel format, and not much else.
Nick Zitzmann
<http://www.chronosnet.com/>
DATE : Tue Jul 18 20:22:56 2006
On Jul 18, 2006, at 12:14 PM, Rob Ross wrote:
> Is the API for OpenGL in Mac OS X available through cocoa calls, or
> is it only available as a lower-level API?
OpenGL is C only.
> I know there's a OpenGL view in IB, but other than that I haven't
> seen any references in the Foundation or AppKit APIs to OpenGL stuff.
The NSOpenGL classes in AppKit are for setting up a view and context
for OpenGL commands, and setting up the pixel format, and not much else.
Nick Zitzmann
<http://www.chronosnet.com/>
| Related mails | Author | Date |
|---|---|---|
| Rob Ross | Jul 18, 20:14 | |
| Nick Zitzmann | Jul 18, 20:22 | |
| Bob Estes | Jul 18, 20:43 | |
| Erik Buck | Jul 19, 04:13 | |
| Michel Castejon | Jul 22, 02:27 |






Cocoa mail archive

