Module: WGL_ARB_buffer_region::Constants

Defined in:
lib/opengl-definitions/extensions/WGL_ARB_buffer_region.rb

Constant Summary collapse

WGL_FRONT_COLOR_BUFFER_BIT_ARB =
0x00000001
WGL_BACK_COLOR_BUFFER_BIT_ARB =
0x00000002
WGL_DEPTH_BUFFER_BIT_ARB =
0x00000004
WGL_STENCIL_BUFFER_BIT_ARB =
0x00000008