Query: glxcreateglxpixmap
OS: centos
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLXCREATEGLXPIXMAP(3G) OpenGL Manual GLXCREATEGLXPIXMAP(3G)NAMEglXCreateGLXPixmap - create an off-screen GLX rendering areaC SPECIFICATIONGLXPixmap glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap);PARAMETERSdpy Specifies the connection to the X server. vis Specifies the visual that defines the structure of the rendering area. It is a pointer to an XVisualInfo structure, not a visual ID or a pointer to a Visual. pixmap Specifies the X pixmap that will be used as the front left color buffer of the off-screen rendering area.DESCRIPTIONglXCreateGLXPixmap creates an off-screen rendering area and returns its XID. Any GLX rendering context that was created with respect to vis can be used to render into this off-screen area. Use glXMakeCurrent() to associate the rendering area with a GLX rendering context. The X pixmap identified by pixmap is used as the front left buffer of the resulting off-screen rendering area. All other buffers specified by vis, including color buffers other than the front left buffer, are created without externally visible names. GLX pixmaps with double-buffering are supported. However, glXSwapBuffers() is ignored by these pixmaps. Some implementations may not support GLX pixmaps with direct rendering contexts.NOTESXVisualInfo is defined in Xutil.h. It is a structure that includes visual, visualID, screen, and depth elements.ERRORSBadMatch is generated if the depth of pixmap does not match the depth value reported by core X11 for vis, or if pixmap was not created with respect to the same screen as vis. BadValue is generated if vis is not a valid XVisualInfo pointer (for example, if a particular GLX implementation does not support this visual). BadPixmap is generated if pixmap is not a valid pixmap. BadAlloc is generated if the server cannot allocate the GLX pixmap.SEE ALSOglXCreateContext(), glXCreatePixmap(), glXDestroyGLXPixmap(), glXIsDirect(), glXMakeCurrent()COPYRIGHTCopyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.AUTHORSopengl.org opengl.org 06/10/2014 GLXCREATEGLXPIXMAP(3G)
Related Man Pages |
---|
glxcreatecontext(3) - redhat |
glxcreatecontext(3g) - centos |
glxmakecurrent(3g) - centos |
glxcreatecontext(3) - xfree86 |
glxcreatecontext(3) - suse |
Similar Topics in the Unix Linux Community |
---|
compare two files and print the last row into first |
Exceed and offscreen rendering |
Problem with awk,not able print the file that is greater than 3000 bytes. |