Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

__GLcontextModes Struct Reference

#include <glcore.h>

Data Fields

struct __GLcontextModesRec * next
GLboolean rgbMode
GLboolean floatMode
GLboolean colorIndexMode
GLuint doubleBufferMode
GLuint stereoMode
GLboolean haveAccumBuffer
GLboolean haveDepthBuffer
GLboolean haveStencilBuffer
GLint redBits
GLint greenBits
GLint blueBits
GLint alphaBits
GLuint redMask
GLuint greenMask
GLuint blueMask
GLuint alphaMask
GLint rgbBits
GLint indexBits
GLint accumRedBits
GLint accumGreenBits
GLint accumBlueBits
GLint accumAlphaBits
GLint depthBits
GLint stencilBits
GLint numAuxBuffers
GLint level
GLint pixmapMode
GLint visualID
GLint visualType
GLint visualRating
GLint transparentPixel
GLint transparentRed
GLint transparentGreen
GLint transparentBlue
GLint transparentAlpha
GLint transparentIndex
GLint sampleBuffers
GLint samples
GLint drawableType
GLint renderType
GLint xRenderable
GLint fbconfigID
GLint maxPbufferWidth
GLint maxPbufferHeight
GLint maxPbufferPixels
GLint optimalPbufferWidth
GLint optimalPbufferHeight
GLint visualSelectGroup
GLint swapMethod
GLint screen
GLint bindToTextureRgb
GLint bindToTextureRgba
GLint bindToMipmapTexture
GLint bindToTextureTargets
GLint yInverted

Detailed Description

Mode and limit information for a context. This information is kept around in the context so that values can be used during command execution, and for returning information about the context to the application.

Instances of this structure are shared by the driver and the loader. To maintain binary compatability, new fields must be added only to the end of the structure.

See also:
_gl_context_modes_create

Definition at line 66 of file glcore.h.


The documentation for this struct was generated from the following file:
  • dll/3rdparty/mesa32/include/GL/internal/glcore.h

Generated on Fri Feb 10 06:19:58 2012 for ReactOS by doxygen 1.6.3

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.