QGL露
- PyQt5.QtOpenGL.QGL
Description露
TODO
Classes露
Enums露
- FormatOption
This enum specifies the format options that can be used to configure an OpenGL context. These are set using setOption().
Member
Value
Description
AccumBuffer 0x0010
Enables the use of an accumulation buffer.
AlphaChannel 0x0008
Enables the use of an alpha channel.
ColorIndex Rgba << 16
Specifies that the context should use a color index as its pixel format.
DeprecatedFunctions 0x0400
Enables the use of deprecated functionality for OpenGL 3.x contexts. A context with deprecated functionality enabled is called a full context in the OpenGL specification.
DepthBuffer 0x0002
Enables the use of a depth buffer.
DirectRendering 0x0080
Specifies that the context is used for direct rendering to a display.
DoubleBuffer 0x0001
Specifies the use of double buffering.
HasOverlay 0x0100
Enables the use of an overlay.
IndirectRendering DirectRendering << 16
Specifies that the context is used for indirect rendering to a buffer.
NoAccumBuffer AccumBuffer << 16
Disables the use of an accumulation buffer.
NoAlphaChannel AlphaChannel << 16
Disables the use of an alpha channel.
NoDeprecatedFunctions DeprecatedFunctions << 16
Disables the use of deprecated functionality for OpenGL 3.x contexts. A context with deprecated functionality disabled is called a forward compatible context in the OpenGL specification.
NoDepthBuffer DepthBuffer << 16
Disables the use of a depth buffer.
NoOverlay HasOverlay << 16
Disables the use of an overlay.
NoSampleBuffers SampleBuffers << 16
Disables the use of sample buffers.
NoStencilBuffer StencilBuffer << 16
Disables the use of a stencil buffer.
NoStereoBuffers StereoBuffers << 16
Disables the use of stereo buffers.
Rgba 0x0004
Specifies that the context should use RGBA as its pixel format.
SampleBuffers 0x0200
Enables the use of sample buffers.
SingleBuffer DoubleBuffer << 16
Specifies the use of a single buffer, as opposed to double buffers.
StencilBuffer 0x0020
Enables the use of a stencil buffer.
StereoBuffers 0x0040
Enables the use of a stereo buffers for use with visualization hardware.