b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef __wglext_h_
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define __wglext_h_
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef __cplusplus
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern "C" {
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync/*
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** Copyright (c) 2007-2010 The Khronos Group Inc.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync**
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** Permission is hereby granted, free of charge, to any person obtaining a
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** copy of this software and/or associated documentation files (the
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** "Materials"), to deal in the Materials without restriction, including
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** without limitation the rights to use, copy, modify, merge, publish,
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** distribute, sublicense, and/or sell copies of the Materials, and to
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** permit persons to whom the Materials are furnished to do so, subject to
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** the following conditions:
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync**
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** The above copyright notice and this permission notice shall be included
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** in all copies or substantial portions of the Materials.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync**
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync*/
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync/* Function declaration macros - to move into glplatform.h */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WIN32_LEAN_AND_MEAN 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#include <windows.h>
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef APIENTRY
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define APIENTRY
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef APIENTRYP
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define APIENTRYP APIENTRY *
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef GLAPI
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define GLAPI extern
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync/*************************************************************/
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync/* Header file version number */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync/* wglext.h last updated 2010/08/06 */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync/* Current version at http://www.opengl.org/registry/ */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_WGLEXT_VERSION 22
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_buffer_region
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_FRONT_COLOR_BUFFER_BIT_ARB 0x00000001
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BACK_COLOR_BUFFER_BIT_ARB 0x00000002
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DEPTH_BUFFER_BIT_ARB 0x00000004
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STENCIL_BUFFER_BIT_ARB 0x00000008
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_multisample
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SAMPLE_BUFFERS_ARB 0x2041
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SAMPLES_ARB 0x2042
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_extensions_string
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_pixel_format
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NUMBER_PIXEL_FORMATS_ARB 0x2000
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DRAW_TO_WINDOW_ARB 0x2001
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DRAW_TO_BITMAP_ARB 0x2002
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCELERATION_ARB 0x2003
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NEED_PALETTE_ARB 0x2004
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NEED_SYSTEM_PALETTE_ARB 0x2005
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_LAYER_BUFFERS_ARB 0x2006
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_METHOD_ARB 0x2007
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NUMBER_OVERLAYS_ARB 0x2008
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NUMBER_UNDERLAYS_ARB 0x2009
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TRANSPARENT_ARB 0x200A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TRANSPARENT_RED_VALUE_ARB 0x2037
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TRANSPARENT_GREEN_VALUE_ARB 0x2038
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TRANSPARENT_BLUE_VALUE_ARB 0x2039
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TRANSPARENT_ALPHA_VALUE_ARB 0x203A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TRANSPARENT_INDEX_VALUE_ARB 0x203B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SHARE_DEPTH_ARB 0x200C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SHARE_STENCIL_ARB 0x200D
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SHARE_ACCUM_ARB 0x200E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SUPPORT_GDI_ARB 0x200F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SUPPORT_OPENGL_ARB 0x2010
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DOUBLE_BUFFER_ARB 0x2011
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STEREO_ARB 0x2012
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PIXEL_TYPE_ARB 0x2013
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_COLOR_BITS_ARB 0x2014
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_RED_BITS_ARB 0x2015
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_RED_SHIFT_ARB 0x2016
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GREEN_BITS_ARB 0x2017
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GREEN_SHIFT_ARB 0x2018
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BLUE_BITS_ARB 0x2019
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BLUE_SHIFT_ARB 0x201A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ALPHA_BITS_ARB 0x201B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ALPHA_SHIFT_ARB 0x201C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_BITS_ARB 0x201D
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_RED_BITS_ARB 0x201E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_GREEN_BITS_ARB 0x201F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_BLUE_BITS_ARB 0x2020
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_ALPHA_BITS_ARB 0x2021
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DEPTH_BITS_ARB 0x2022
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STENCIL_BITS_ARB 0x2023
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX_BUFFERS_ARB 0x2024
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NO_ACCELERATION_ARB 0x2025
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENERIC_ACCELERATION_ARB 0x2026
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_FULL_ACCELERATION_ARB 0x2027
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_EXCHANGE_ARB 0x2028
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_COPY_ARB 0x2029
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_UNDEFINED_ARB 0x202A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TYPE_RGBA_ARB 0x202B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TYPE_COLORINDEX_ARB 0x202C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_make_current_read
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define ERROR_INVALID_PIXEL_TYPE_ARB 0x2043
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB 0x2054
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_pbuffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DRAW_TO_PBUFFER_ARB 0x202D
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_MAX_PBUFFER_PIXELS_ARB 0x202E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_MAX_PBUFFER_WIDTH_ARB 0x202F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_MAX_PBUFFER_HEIGHT_ARB 0x2030
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PBUFFER_LARGEST_ARB 0x2033
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PBUFFER_WIDTH_ARB 0x2034
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PBUFFER_HEIGHT_ARB 0x2035
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PBUFFER_LOST_ARB 0x2036
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_render_texture
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RGB_ARB 0x2070
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RGBA_ARB 0x2071
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_FORMAT_ARB 0x2072
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_TARGET_ARB 0x2073
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_MIPMAP_TEXTURE_ARB 0x2074
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_RGB_ARB 0x2075
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_RGBA_ARB 0x2076
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NO_TEXTURE_ARB 0x2077
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_CUBE_MAP_ARB 0x2078
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_1D_ARB 0x2079
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_2D_ARB 0x207A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_MIPMAP_LEVEL_ARB 0x207B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CUBE_MAP_FACE_ARB 0x207C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB 0x207D
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB 0x207E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB 0x207F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB 0x2080
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x2081
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB 0x2082
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_FRONT_LEFT_ARB 0x2083
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_FRONT_RIGHT_ARB 0x2084
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BACK_LEFT_ARB 0x2085
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BACK_RIGHT_ARB 0x2086
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX0_ARB 0x2087
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX1_ARB 0x2088
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX2_ARB 0x2089
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX3_ARB 0x208A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX4_ARB 0x208B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX5_ARB 0x208C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX6_ARB 0x208D
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX7_ARB 0x208E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX8_ARB 0x208F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX9_ARB 0x2090
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_pixel_format_float
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TYPE_RGBA_FLOAT_ARB 0x21A0
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_framebuffer_sRGB
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20A9
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_create_context
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_DEBUG_BIT_ARB 0x00000001
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_LAYER_PLANE_ARB 0x2093
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_FLAGS_ARB 0x2094
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define ERROR_INVALID_VERSION_ARB 0x2095
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_create_context_profile
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define ERROR_INVALID_PROFILE_ARB 0x2096
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_create_context_robustness
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_LOSE_CONTEXT_ON_RESET_ARB 0x8252
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NO_RESET_NOTIFICATION_ARB 0x8261
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_make_current_read
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define ERROR_INVALID_PIXEL_TYPE_EXT 0x2043
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_pixel_format
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NUMBER_PIXEL_FORMATS_EXT 0x2000
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DRAW_TO_WINDOW_EXT 0x2001
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DRAW_TO_BITMAP_EXT 0x2002
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCELERATION_EXT 0x2003
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NEED_PALETTE_EXT 0x2004
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NEED_SYSTEM_PALETTE_EXT 0x2005
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_LAYER_BUFFERS_EXT 0x2006
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_METHOD_EXT 0x2007
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NUMBER_OVERLAYS_EXT 0x2008
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NUMBER_UNDERLAYS_EXT 0x2009
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TRANSPARENT_EXT 0x200A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TRANSPARENT_VALUE_EXT 0x200B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SHARE_DEPTH_EXT 0x200C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SHARE_STENCIL_EXT 0x200D
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SHARE_ACCUM_EXT 0x200E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SUPPORT_GDI_EXT 0x200F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SUPPORT_OPENGL_EXT 0x2010
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DOUBLE_BUFFER_EXT 0x2011
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STEREO_EXT 0x2012
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PIXEL_TYPE_EXT 0x2013
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_COLOR_BITS_EXT 0x2014
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_RED_BITS_EXT 0x2015
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_RED_SHIFT_EXT 0x2016
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GREEN_BITS_EXT 0x2017
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GREEN_SHIFT_EXT 0x2018
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BLUE_BITS_EXT 0x2019
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BLUE_SHIFT_EXT 0x201A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ALPHA_BITS_EXT 0x201B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ALPHA_SHIFT_EXT 0x201C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_BITS_EXT 0x201D
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_RED_BITS_EXT 0x201E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_GREEN_BITS_EXT 0x201F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_BLUE_BITS_EXT 0x2020
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ACCUM_ALPHA_BITS_EXT 0x2021
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DEPTH_BITS_EXT 0x2022
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STENCIL_BITS_EXT 0x2023
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AUX_BUFFERS_EXT 0x2024
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NO_ACCELERATION_EXT 0x2025
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENERIC_ACCELERATION_EXT 0x2026
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_FULL_ACCELERATION_EXT 0x2027
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_EXCHANGE_EXT 0x2028
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_COPY_EXT 0x2029
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SWAP_UNDEFINED_EXT 0x202A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TYPE_RGBA_EXT 0x202B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TYPE_COLORINDEX_EXT 0x202C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_pbuffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DRAW_TO_PBUFFER_EXT 0x202D
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_MAX_PBUFFER_PIXELS_EXT 0x202E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_MAX_PBUFFER_WIDTH_EXT 0x202F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_MAX_PBUFFER_HEIGHT_EXT 0x2030
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_OPTIMAL_PBUFFER_WIDTH_EXT 0x2031
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_OPTIMAL_PBUFFER_HEIGHT_EXT 0x2032
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PBUFFER_LARGEST_EXT 0x2033
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PBUFFER_WIDTH_EXT 0x2034
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_PBUFFER_HEIGHT_EXT 0x2035
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_depth_float
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DEPTH_FLOAT_EXT 0x2040
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_3DFX_multisample
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SAMPLE_BUFFERS_3DFX 0x2060
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SAMPLES_3DFX 0x2061
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_multisample
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SAMPLE_BUFFERS_EXT 0x2041
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_SAMPLES_EXT 0x2042
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_digital_video_control
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D 0x2050
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D 0x2051
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D 0x2052
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D 0x2053
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_gamma
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GAMMA_TABLE_SIZE_I3D 0x204E
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GAMMA_EXCLUDE_DESKTOP_I3D 0x204F
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_genlock
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_MULTIVIEW_I3D 0x2044
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_EXTENAL_SYNC_I3D 0x2045
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_EXTENAL_FIELD_I3D 0x2046
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_EXTENAL_TTL_I3D 0x2047
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D 0x2048
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D 0x2049
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D 0x204A
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_EDGE_RISING_I3D 0x204B
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D 0x204C
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_image_buffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_IMAGE_BUFFER_MIN_ACCESS_I3D 0x00000001
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_IMAGE_BUFFER_LOCK_I3D 0x00000002
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_swap_frame_lock
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_render_depth_texture
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_DEPTH_NV 0x20A3
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV 0x20A4
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DEPTH_TEXTURE_FORMAT_NV 0x20A5
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_DEPTH_COMPONENT_NV 0x20A6
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_DEPTH_COMPONENT_NV 0x20A7
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_render_texture_rectangle
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV 0x20A0
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV 0x20A1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_RECTANGLE_NV 0x20A2
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ATI_pixel_format_float
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TYPE_RGBA_FLOAT_ATI 0x21A0
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_float_buffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_FLOAT_COMPONENTS_NV 0x20B0
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV 0x20B1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV 0x20B2
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV 0x20B3
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV 0x20B4
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_FLOAT_R_NV 0x20B5
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_FLOAT_RG_NV 0x20B6
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_FLOAT_RGB_NV 0x20B7
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TEXTURE_FLOAT_RGBA_NV 0x20B8
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_3DL_stereo_control
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STEREO_EMITTER_ENABLE_3DL 0x2055
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STEREO_EMITTER_DISABLE_3DL 0x2056
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STEREO_POLARITY_NORMAL_3DL 0x2057
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_STEREO_POLARITY_INVERT_3DL 0x2058
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_pixel_format_packed_float
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT 0x20A8
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_framebuffer_sRGB
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20A9
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_present_video
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NUM_VIDEO_SLOTS_NV 0x20F0
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_video_out
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_VIDEO_RGB_NV 0x20C0
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_VIDEO_RGBA_NV 0x20C1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV 0x20C2
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_COLOR_NV 0x20C3
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_ALPHA_NV 0x20C4
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_DEPTH_NV 0x20C5
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_FRAME 0x20C8
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_FIELD_1 0x20C9
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_FIELD_2 0x20CA
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_STACKED_FIELDS_1_2 0x20CB
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_VIDEO_OUT_STACKED_FIELDS_2_1 0x20CC
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_swap_group
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_gpu_affinity
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV 0x20D0
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ERROR_MISSING_AFFINITY_MASK_NV 0x20D1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_AMD_gpu_association
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_VENDOR_AMD 0x1F00
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_RENDERER_STRING_AMD 0x1F01
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_RAM_AMD 0x21A3
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_CLOCK_AMD 0x21A4
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_NUM_PIPES_AMD 0x21A5
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_NUM_SIMD_AMD 0x21A6
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_NUM_RB_AMD 0x21A7
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_GPU_NUM_SPI_AMD 0x21A8
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_video_capture
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_UNIQUE_ID_NV 0x20CE
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_copy_image
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_multisample_coverage
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_COVERAGE_SAMPLES_NV 0x2042
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_COLOR_SAMPLES_NV 0x20B9
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_create_context_es2_profile
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync/*************************************************************/
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_pbuffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncDECLARE_HANDLE(HPBUFFERARB);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_pbuffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncDECLARE_HANDLE(HPBUFFEREXT);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_present_video
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncDECLARE_HANDLE(HVIDEOOUTPUTDEVICENV);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_video_output
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncDECLARE_HANDLE(HPVIDEODEV);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_gpu_affinity
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncDECLARE_HANDLE(HPGPUNV);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncDECLARE_HANDLE(HGPUNV);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef struct _GPU_DEVICE {
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync DWORD cb;
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync CHAR DeviceName[32];
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync CHAR DeviceString[128];
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync DWORD Flags;
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync RECT rcVirtualScreen;
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync} GPU_DEVICE, *PGPU_DEVICE;
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_video_capture
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncDECLARE_HANDLE(HVIDEOINPUTDEVICENV);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_buffer_region
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_buffer_region 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern VOID WINAPI wglDeleteBufferRegionARB (HANDLE hRegion);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef VOID (WINAPI * PFNWGLDELETEBUFFERREGIONARBPROC) (HANDLE hRegion);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int height);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_multisample
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_multisample 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_extensions_string
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_extensions_string 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_pixel_format
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_pixel_format 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_make_current_read
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_make_current_read 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HDC WINAPI wglGetCurrentReadDCARB (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_pbuffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_pbuffer 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HDC WINAPI wglGetPbufferDCARB (HPBUFFERARB hPbuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglDestroyPbufferARB (HPBUFFERARB hPbuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HDC (WINAPI * PFNWGLGETPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLDESTROYPBUFFERARBPROC) (HPBUFFERARB hPbuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_render_texture
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_render_texture 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglBindTexImageARB (HPBUFFERARB hPbuffer, int iBuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglReleaseTexImageARB (HPBUFFERARB hPbuffer, int iBuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglSetPbufferAttribARB (HPBUFFERARB hPbuffer, const int *piAttribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLBINDTEXIMAGEARBPROC) (HPBUFFERARB hPbuffer, int iBuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLRELEASETEXIMAGEARBPROC) (HPBUFFERARB hPbuffer, int iBuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLSETPBUFFERATTRIBARBPROC) (HPBUFFERARB hPbuffer, const int *piAttribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_pixel_format_float
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_pixel_format_float 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_framebuffer_sRGB
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_framebuffer_sRGB 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_create_context
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_create_context 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_create_context_profile
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_create_context_profile 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ARB_create_context_robustness
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ARB_create_context_robustness 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_display_color_table
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_display_color_table 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint length);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_extensions_string
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_extensions_string 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern const char * WINAPI wglGetExtensionsStringEXT (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGEXTPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_make_current_read
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_make_current_read 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HDC WINAPI wglGetCurrentReadDCEXT (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HDC (WINAPI * PFNWGLGETCURRENTREADDCEXTPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_pbuffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_pbuffer 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HDC WINAPI wglGetPbufferDCEXT (HPBUFFEREXT hPbuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern int WINAPI wglReleasePbufferDCEXT (HPBUFFEREXT hPbuffer, HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglDestroyPbufferEXT (HPBUFFEREXT hPbuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryPbufferEXT (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HDC (WINAPI * PFNWGLGETPBUFFERDCEXTPROC) (HPBUFFEREXT hPbuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef int (WINAPI * PFNWGLRELEASEPBUFFERDCEXTPROC) (HPBUFFEREXT hPbuffer, HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLDESTROYPBUFFEREXTPROC) (HPBUFFEREXT hPbuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYPBUFFEREXTPROC) (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_pixel_format
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_pixel_format 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_swap_control
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_swap_control 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglSwapIntervalEXT (int interval);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern int WINAPI wglGetSwapIntervalEXT (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLSWAPINTERVALEXTPROC) (int interval);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef int (WINAPI * PFNWGLGETSWAPINTERVALEXTPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_depth_float
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_depth_float 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_vertex_array_range
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_vertex_array_range 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern void* WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern void WINAPI wglFreeMemoryNV (void *pointer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef void* (WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef void (WINAPI * PFNWGLFREEMEMORYNVPROC) (void *pointer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_3DFX_multisample
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_3DFX_multisample 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_multisample
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_multisample 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_OML_sync_control
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_OML_sync_control 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetMscRateOML (HDC hdc, INT32 *numerator, INT32 *denominator);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETMSCRATEOMLPROC) (HDC hdc, INT32 *numerator, INT32 *denominator);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_digital_video_control
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_I3D_digital_video_control 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetDigitalVideoParametersI3D (HDC hDC, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglSetDigitalVideoParametersI3D (HDC hDC, int iAttribute, const int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_gamma
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_I3D_gamma 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetGammaTableParametersI3D (HDC hDC, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglSetGammaTableParametersI3D (HDC hDC, int iAttribute, const int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLSETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_genlock
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_I3D_genlock 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglEnableGenlockI3D (HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglDisableGenlockI3D (HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglIsEnabledGenlockI3D (HDC hDC, BOOL *pFlag);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetGenlockSourceEdgeI3D (HDC hDC, UINT *uEdge);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGenlockSampleRateI3D (HDC hDC, UINT uRate);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetGenlockSampleRateI3D (HDC hDC, UINT *uRate);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGenlockSourceDelayI3D (HDC hDC, UINT uDelay);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetGenlockSourceDelayI3D (HDC hDC, UINT *uDelay);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryGenlockMaxSourceDelayI3D (HDC hDC, UINT *uMaxLineDelay, UINT *uMaxPixelDelay);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLENABLEGENLOCKI3DPROC) (HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLDISABLEGENLOCKI3DPROC) (HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLISENABLEDGENLOCKI3DPROC) (HDC hDC, BOOL *pFlag);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEEDGEI3DPROC) (HDC hDC, UINT uEdge);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEEDGEI3DPROC) (HDC hDC, UINT *uEdge);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGENLOCKSAMPLERATEI3DPROC) (HDC hDC, UINT uRate);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETGENLOCKSAMPLERATEI3DPROC) (HDC hDC, UINT *uRate);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEDELAYI3DPROC) (HDC hDC, UINT uDelay);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEDELAYI3DPROC) (HDC hDC, UINT *uDelay);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC) (HDC hDC, UINT *uMaxLineDelay, UINT *uMaxPixelDelay);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_image_buffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_I3D_image_buffer 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern LPVOID WINAPI wglCreateImageBufferI3D (HDC hDC, DWORD dwSize, UINT uFlags);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglDestroyImageBufferI3D (HDC hDC, LPVOID pAddress);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglReleaseImageBufferEventsI3D (HDC hDC, const LPVOID *pAddress, UINT count);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef LPVOID (WINAPI * PFNWGLCREATEIMAGEBUFFERI3DPROC) (HDC hDC, DWORD dwSize, UINT uFlags);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLDESTROYIMAGEBUFFERI3DPROC) (HDC hDC, LPVOID pAddress);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const LPVOID *pAddress, UINT count);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_swap_frame_lock
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_I3D_swap_frame_lock 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglEnableFrameLockI3D (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglDisableFrameLockI3D (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglIsEnabledFrameLockI3D (BOOL *pFlag);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryFrameLockMasterI3D (BOOL *pFlag);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLENABLEFRAMELOCKI3DPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLDISABLEFRAMELOCKI3DPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLISENABLEDFRAMELOCKI3DPROC) (BOOL *pFlag);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYFRAMELOCKMASTERI3DPROC) (BOOL *pFlag);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_I3D_swap_frame_usage
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_I3D_swap_frame_usage 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglBeginFrameTrackingI3D (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglEndFrameTrackingI3D (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryFrameTrackingI3D (DWORD *pFrameCount, DWORD *pMissedFrames, float *pLastMissedUsage);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLBEGINFRAMETRACKINGI3DPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLENDFRAMETRACKINGI3DPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYFRAMETRACKINGI3DPROC) (DWORD *pFrameCount, DWORD *pMissedFrames, float *pLastMissedUsage);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_ATI_pixel_format_float
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_ATI_pixel_format_float 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_float_buffer
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_float_buffer 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_3DL_stereo_control
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_3DL_stereo_control 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_pixel_format_packed_float
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_pixel_format_packed_float 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_EXT_framebuffer_sRGB
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_EXT_framebuffer_sRGB 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_present_video
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_present_video 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern int WINAPI wglEnumerateVideoDevicesNV (HDC hDC, HVIDEOOUTPUTDEVICENV *phDeviceList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglBindVideoDeviceNV (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryCurrentContextNV (int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef int (WINAPI * PFNWGLENUMERATEVIDEODEVICESNVPROC) (HDC hDC, HVIDEOOUTPUTDEVICENV *phDeviceList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLBINDVIDEODEVICENVPROC) (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_video_output
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_video_output 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglReleaseVideoDeviceNV (HPVIDEODEV hVideoDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglBindVideoImageNV (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglReleaseVideoImageNV (HPBUFFERARB hPbuffer, int iVideoBuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglSendPbufferToVideoNV (HPBUFFERARB hPbuffer, int iBufferType, unsigned long *pulCounterPbuffer, BOOL bBlock);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglGetVideoInfoNV (HPVIDEODEV hpVideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLRELEASEVIDEODEVICENVPROC) (HPVIDEODEV hVideoDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLBINDVIDEOIMAGENVPROC) (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLRELEASEVIDEOIMAGENVPROC) (HPBUFFERARB hPbuffer, int iVideoBuffer);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, int iBufferType, unsigned long *pulCounterPbuffer, BOOL bBlock);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_swap_group
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_swap_group 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglJoinSwapGroupNV (HDC hDC, GLuint group);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglBindSwapBarrierNV (GLuint group, GLuint barrier);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryMaxSwapGroupsNV (HDC hDC, GLuint *maxGroups, GLuint *maxBarriers);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryFrameCountNV (HDC hDC, GLuint *count);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglResetFrameCountNV (HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLBINDSWAPBARRIERNVPROC) (GLuint group, GLuint barrier);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint *group, GLuint *barrier);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYMAXSWAPGROUPSNVPROC) (HDC hDC, GLuint *maxGroups, GLuint *maxBarriers);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYFRAMECOUNTNVPROC) (HDC hDC, GLuint *count);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_gpu_affinity
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_gpu_affinity 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglEnumGpusNV (UINT iGpuIndex, HGPUNV *phGpu);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglEnumGpuDevicesNV (HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HDC WINAPI wglCreateAffinityDCNV (const HGPUNV *phGpuList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglEnumGpusFromAffinityDCNV (HDC hAffinityDC, UINT iGpuIndex, HGPUNV *hGpu);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglDeleteDCNV (HDC hdc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLENUMGPUSNVPROC) (UINT iGpuIndex, HGPUNV *phGpu);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLENUMGPUDEVICESNVPROC) (HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HDC (WINAPI * PFNWGLCREATEAFFINITYDCNVPROC) (const HGPUNV *phGpuList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLENUMGPUSFROMAFFINITYDCNVPROC) (HDC hAffinityDC, UINT iGpuIndex, HGPUNV *hGpu);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLDELETEDCNVPROC) (HDC hdc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_AMD_gpu_association
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_AMD_gpu_association 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern UINT WINAPI wglGetGPUIDsAMD (UINT maxCount, UINT *ids);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern INT WINAPI wglGetGPUInfoAMD (UINT id, int property, GLenum dataType, UINT size, void *data);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HGLRC WINAPI wglCreateAssociatedContextAMD (UINT id);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HGLRC WINAPI wglCreateAssociatedContextAttribsAMD (UINT id, HGLRC hShareContext, const int *attribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern HGLRC WINAPI wglGetCurrentAssociatedContextAMD (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern VOID WINAPI wglBlitContextFramebufferAMD (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef UINT (WINAPI * PFNWGLGETGPUIDSAMDPROC) (UINT maxCount, UINT *ids);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, int property, GLenum dataType, UINT size, void *data);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC) (UINT id);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (UINT id, HGLRC hShareContext, const int *attribList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef HGLRC (WINAPI * PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC) (void);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef VOID (WINAPI * PFNWGLBLITCONTEXTFRAMEBUFFERAMDPROC) (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_video_capture
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_video_capture 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern UINT WINAPI wglEnumerateVideoCaptureDevicesNV (HDC hDc, HVIDEOINPUTDEVICENV *phDeviceList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglLockVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglQueryVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglReleaseVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLBINDVIDEOCAPTUREDEVICENVPROC) (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef UINT (WINAPI * PFNWGLENUMERATEVIDEOCAPTUREDEVICESNVPROC) (HDC hDc, HVIDEOINPUTDEVICENV *phDeviceList);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLLOCKVIDEOCAPTUREDEVICENVPROC) (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLQUERYVIDEOCAPTUREDEVICENVPROC) (HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int *piValue);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLRELEASEVIDEOCAPTUREDEVICENVPROC) (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_copy_image
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_copy_image 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef WGL_WGLEXT_PROTOTYPES
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncextern BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif /* WGL_WGLEXT_PROTOTYPES */
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsynctypedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifndef WGL_NV_multisample_coverage
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#define WGL_NV_multisample_coverage 1
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#ifdef __cplusplus
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync}
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync#endif