DOCERR: Printing an OpenGL ImageLast reviewed: September 29, 1995Article ID: Q132866 |
The information in this article applies to:
SUMMARYThe documentation relating to printing an OpenGL image in the Win32 SDK versions 3.5, 3.51, and 4.0 is incorrect. The current version of Microsoft's implementation of OpenGL in Windows NT does not provide support for printing. More specifically, an application cannot call wglCreateContext or wglMakeCurrent on a printer device context. To work around this limitation, draw the OpenGL image into a memory bitmap, and then print the bitmap.
MORE INFORMATIONHere are the correct steps to print an OpenGL image:
|
Additional reference words: 3.50 4.00 Windows 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |