37 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 38 #define WIN32_LEAN_AND_MEAN 1 42 #define WGL_WGLEXT_VERSION 20171012 53 #ifndef WGL_ARB_buffer_region 54 #define WGL_ARB_buffer_region 1 55 #define WGL_FRONT_COLOR_BUFFER_BIT_ARB 0x00000001 56 #define WGL_BACK_COLOR_BUFFER_BIT_ARB 0x00000002 57 #define WGL_DEPTH_BUFFER_BIT_ARB 0x00000004 58 #define WGL_STENCIL_BUFFER_BIT_ARB 0x00000008 60 typedef VOID (WINAPI * PFNWGLDELETEBUFFERREGIONARBPROC) (
HANDLE hRegion);
63 #ifdef WGL_WGLEXT_PROTOTYPES 65 VOID WINAPI wglDeleteBufferRegionARB (
HANDLE hRegion);
66 BOOL WINAPI wglSaveBufferRegionARB (
HANDLE hRegion,
int x,
int y,
int width,
int height);
67 BOOL WINAPI wglRestoreBufferRegionARB (
HANDLE hRegion,
int x,
int y,
int width,
int height,
int xSrc,
int ySrc);
71 #ifndef WGL_ARB_context_flush_control 72 #define WGL_ARB_context_flush_control 1 73 #define WGL_CONTEXT_RELEASE_BEHAVIOR_ARB 0x2097 74 #define WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0 75 #define WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098 78 #ifndef WGL_ARB_create_context 79 #define WGL_ARB_create_context 1 80 #define WGL_CONTEXT_DEBUG_BIT_ARB 0x00000001 81 #define WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002 82 #define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091 83 #define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092 84 #define WGL_CONTEXT_LAYER_PLANE_ARB 0x2093 85 #define WGL_CONTEXT_FLAGS_ARB 0x2094 86 #define ERROR_INVALID_VERSION_ARB 0x2095 88 #ifdef WGL_WGLEXT_PROTOTYPES 93 #ifndef WGL_ARB_create_context_no_error 94 #define WGL_ARB_create_context_no_error 1 95 #define WGL_CONTEXT_OPENGL_NO_ERROR_ARB 0x31B3 98 #ifndef WGL_ARB_create_context_profile 99 #define WGL_ARB_create_context_profile 1 100 #define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126 101 #define WGL_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001 102 #define WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002 103 #define ERROR_INVALID_PROFILE_ARB 0x2096 106 #ifndef WGL_ARB_create_context_robustness 107 #define WGL_ARB_create_context_robustness 1 108 #define WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004 109 #define WGL_LOSE_CONTEXT_ON_RESET_ARB 0x8252 110 #define WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256 111 #define WGL_NO_RESET_NOTIFICATION_ARB 0x8261 114 #ifndef WGL_ARB_extensions_string 115 #define WGL_ARB_extensions_string 1 117 #ifdef WGL_WGLEXT_PROTOTYPES 118 const char *WINAPI wglGetExtensionsStringARB (
HDC hdc);
122 #ifndef WGL_ARB_framebuffer_sRGB 123 #define WGL_ARB_framebuffer_sRGB 1 124 #define WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20A9 127 #ifndef WGL_ARB_make_current_read 128 #define WGL_ARB_make_current_read 1 129 #define ERROR_INVALID_PIXEL_TYPE_ARB 0x2043 130 #define ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB 0x2054 132 typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (
void);
133 #ifdef WGL_WGLEXT_PROTOTYPES 135 HDC WINAPI wglGetCurrentReadDCARB (
void);
139 #ifndef WGL_ARB_multisample 140 #define WGL_ARB_multisample 1 141 #define WGL_SAMPLE_BUFFERS_ARB 0x2041 142 #define WGL_SAMPLES_ARB 0x2042 145 #ifndef WGL_ARB_pbuffer 146 #define WGL_ARB_pbuffer 1 148 #define WGL_DRAW_TO_PBUFFER_ARB 0x202D 149 #define WGL_MAX_PBUFFER_PIXELS_ARB 0x202E 150 #define WGL_MAX_PBUFFER_WIDTH_ARB 0x202F 151 #define WGL_MAX_PBUFFER_HEIGHT_ARB 0x2030 152 #define WGL_PBUFFER_LARGEST_ARB 0x2033 153 #define WGL_PBUFFER_WIDTH_ARB 0x2034 154 #define WGL_PBUFFER_HEIGHT_ARB 0x2035 155 #define WGL_PBUFFER_LOST_ARB 0x2036 161 #ifdef WGL_WGLEXT_PROTOTYPES 164 int WINAPI wglReleasePbufferDCARB (
HPBUFFERARB hPbuffer,
HDC hDC);
170 #ifndef WGL_ARB_pixel_format 171 #define WGL_ARB_pixel_format 1 172 #define WGL_NUMBER_PIXEL_FORMATS_ARB 0x2000 173 #define WGL_DRAW_TO_WINDOW_ARB 0x2001 174 #define WGL_DRAW_TO_BITMAP_ARB 0x2002 175 #define WGL_ACCELERATION_ARB 0x2003 176 #define WGL_NEED_PALETTE_ARB 0x2004 177 #define WGL_NEED_SYSTEM_PALETTE_ARB 0x2005 178 #define WGL_SWAP_LAYER_BUFFERS_ARB 0x2006 179 #define WGL_SWAP_METHOD_ARB 0x2007 180 #define WGL_NUMBER_OVERLAYS_ARB 0x2008 181 #define WGL_NUMBER_UNDERLAYS_ARB 0x2009 182 #define WGL_TRANSPARENT_ARB 0x200A 183 #define WGL_TRANSPARENT_RED_VALUE_ARB 0x2037 184 #define WGL_TRANSPARENT_GREEN_VALUE_ARB 0x2038 185 #define WGL_TRANSPARENT_BLUE_VALUE_ARB 0x2039 186 #define WGL_TRANSPARENT_ALPHA_VALUE_ARB 0x203A 187 #define WGL_TRANSPARENT_INDEX_VALUE_ARB 0x203B 188 #define WGL_SHARE_DEPTH_ARB 0x200C 189 #define WGL_SHARE_STENCIL_ARB 0x200D 190 #define WGL_SHARE_ACCUM_ARB 0x200E 191 #define WGL_SUPPORT_GDI_ARB 0x200F 192 #define WGL_SUPPORT_OPENGL_ARB 0x2010 193 #define WGL_DOUBLE_BUFFER_ARB 0x2011 194 #define WGL_STEREO_ARB 0x2012 195 #define WGL_PIXEL_TYPE_ARB 0x2013 196 #define WGL_COLOR_BITS_ARB 0x2014 197 #define WGL_RED_BITS_ARB 0x2015 198 #define WGL_RED_SHIFT_ARB 0x2016 199 #define WGL_GREEN_BITS_ARB 0x2017 200 #define WGL_GREEN_SHIFT_ARB 0x2018 201 #define WGL_BLUE_BITS_ARB 0x2019 202 #define WGL_BLUE_SHIFT_ARB 0x201A 203 #define WGL_ALPHA_BITS_ARB 0x201B 204 #define WGL_ALPHA_SHIFT_ARB 0x201C 205 #define WGL_ACCUM_BITS_ARB 0x201D 206 #define WGL_ACCUM_RED_BITS_ARB 0x201E 207 #define WGL_ACCUM_GREEN_BITS_ARB 0x201F 208 #define WGL_ACCUM_BLUE_BITS_ARB 0x2020 209 #define WGL_ACCUM_ALPHA_BITS_ARB 0x2021 210 #define WGL_DEPTH_BITS_ARB 0x2022 211 #define WGL_STENCIL_BITS_ARB 0x2023 212 #define WGL_AUX_BUFFERS_ARB 0x2024 213 #define WGL_NO_ACCELERATION_ARB 0x2025 214 #define WGL_GENERIC_ACCELERATION_ARB 0x2026 215 #define WGL_FULL_ACCELERATION_ARB 0x2027 216 #define WGL_SWAP_EXCHANGE_ARB 0x2028 217 #define WGL_SWAP_COPY_ARB 0x2029 218 #define WGL_SWAP_UNDEFINED_ARB 0x202A 219 #define WGL_TYPE_RGBA_ARB 0x202B 220 #define WGL_TYPE_COLORINDEX_ARB 0x202C 224 #ifdef WGL_WGLEXT_PROTOTYPES 225 BOOL WINAPI wglGetPixelFormatAttribivARB (
HDC hdc,
int iPixelFormat,
int iLayerPlane,
UINT nAttributes,
const int *piAttributes,
int *
piValues);
226 BOOL WINAPI wglGetPixelFormatAttribfvARB (
HDC hdc,
int iPixelFormat,
int iLayerPlane,
UINT nAttributes,
const int *piAttributes, FLOAT *
pfValues);
227 BOOL WINAPI wglChoosePixelFormatARB (
HDC hdc,
const int *piAttribIList,
const FLOAT *pfAttribFList,
UINT nMaxFormats,
int *piFormats,
UINT *
nNumFormats);
231 #ifndef WGL_ARB_pixel_format_float 232 #define WGL_ARB_pixel_format_float 1 233 #define WGL_TYPE_RGBA_FLOAT_ARB 0x21A0 236 #ifndef WGL_ARB_render_texture 237 #define WGL_ARB_render_texture 1 238 #define WGL_BIND_TO_TEXTURE_RGB_ARB 0x2070 239 #define WGL_BIND_TO_TEXTURE_RGBA_ARB 0x2071 240 #define WGL_TEXTURE_FORMAT_ARB 0x2072 241 #define WGL_TEXTURE_TARGET_ARB 0x2073 242 #define WGL_MIPMAP_TEXTURE_ARB 0x2074 243 #define WGL_TEXTURE_RGB_ARB 0x2075 244 #define WGL_TEXTURE_RGBA_ARB 0x2076 245 #define WGL_NO_TEXTURE_ARB 0x2077 246 #define WGL_TEXTURE_CUBE_MAP_ARB 0x2078 247 #define WGL_TEXTURE_1D_ARB 0x2079 248 #define WGL_TEXTURE_2D_ARB 0x207A 249 #define WGL_MIPMAP_LEVEL_ARB 0x207B 250 #define WGL_CUBE_MAP_FACE_ARB 0x207C 251 #define WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB 0x207D 252 #define WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB 0x207E 253 #define WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB 0x207F 254 #define WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB 0x2080 255 #define WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x2081 256 #define WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB 0x2082 257 #define WGL_FRONT_LEFT_ARB 0x2083 258 #define WGL_FRONT_RIGHT_ARB 0x2084 259 #define WGL_BACK_LEFT_ARB 0x2085 260 #define WGL_BACK_RIGHT_ARB 0x2086 261 #define WGL_AUX0_ARB 0x2087 262 #define WGL_AUX1_ARB 0x2088 263 #define WGL_AUX2_ARB 0x2089 264 #define WGL_AUX3_ARB 0x208A 265 #define WGL_AUX4_ARB 0x208B 266 #define WGL_AUX5_ARB 0x208C 267 #define WGL_AUX6_ARB 0x208D 268 #define WGL_AUX7_ARB 0x208E 269 #define WGL_AUX8_ARB 0x208F 270 #define WGL_AUX9_ARB 0x2090 274 #ifdef WGL_WGLEXT_PROTOTYPES 281 #ifndef WGL_ARB_robustness_application_isolation 282 #define WGL_ARB_robustness_application_isolation 1 283 #define WGL_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008 286 #ifndef WGL_ARB_robustness_share_group_isolation 287 #define WGL_ARB_robustness_share_group_isolation 1 290 #ifndef WGL_3DFX_multisample 291 #define WGL_3DFX_multisample 1 292 #define WGL_SAMPLE_BUFFERS_3DFX 0x2060 293 #define WGL_SAMPLES_3DFX 0x2061 296 #ifndef WGL_3DL_stereo_control 297 #define WGL_3DL_stereo_control 1 298 #define WGL_STEREO_EMITTER_ENABLE_3DL 0x2055 299 #define WGL_STEREO_EMITTER_DISABLE_3DL 0x2056 300 #define WGL_STEREO_POLARITY_NORMAL_3DL 0x2057 301 #define WGL_STEREO_POLARITY_INVERT_3DL 0x2058 303 #ifdef WGL_WGLEXT_PROTOTYPES 308 #ifndef WGL_AMD_gpu_association 309 #define WGL_AMD_gpu_association 1 310 #define WGL_GPU_VENDOR_AMD 0x1F00 311 #define WGL_GPU_RENDERER_STRING_AMD 0x1F01 312 #define WGL_GPU_OPENGL_VERSION_STRING_AMD 0x1F02 313 #define WGL_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2 314 #define WGL_GPU_RAM_AMD 0x21A3 315 #define WGL_GPU_CLOCK_AMD 0x21A4 316 #define WGL_GPU_NUM_PIPES_AMD 0x21A5 317 #define WGL_GPU_NUM_SIMD_AMD 0x21A6 318 #define WGL_GPU_NUM_RB_AMD 0x21A7 319 #define WGL_GPU_NUM_SPI_AMD 0x21A8 322 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (
HGLRC hglrc);
323 typedef HGLRC (WINAPI * PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC) (
UINT id);
325 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (
HGLRC hglrc);
326 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (
HGLRC hglrc);
327 typedef HGLRC (WINAPI * PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC) (
void);
328 typedef 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);
329 #ifdef WGL_WGLEXT_PROTOTYPES 331 INT WINAPI wglGetGPUInfoAMD (
UINT id,
int property, GLenum dataType,
UINT size,
void *
data);
333 HGLRC WINAPI wglCreateAssociatedContextAMD (
UINT id);
337 HGLRC WINAPI wglGetCurrentAssociatedContextAMD (
void);
338 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);
342 #ifndef WGL_ATI_pixel_format_float 343 #define WGL_ATI_pixel_format_float 1 344 #define WGL_TYPE_RGBA_FLOAT_ATI 0x21A0 347 #ifndef WGL_EXT_colorspace 348 #define WGL_EXT_colorspace 1 349 #define WGL_COLORSPACE_EXT 0x3087 350 #define WGL_COLORSPACE_SRGB_EXT 0x3089 351 #define WGL_COLORSPACE_LINEAR_EXT 0x308A 354 #ifndef WGL_EXT_create_context_es2_profile 355 #define WGL_EXT_create_context_es2_profile 1 356 #define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004 359 #ifndef WGL_EXT_create_context_es_profile 360 #define WGL_EXT_create_context_es_profile 1 361 #define WGL_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004 364 #ifndef WGL_EXT_depth_float 365 #define WGL_EXT_depth_float 1 366 #define WGL_DEPTH_FLOAT_EXT 0x2040 369 #ifndef WGL_EXT_display_color_table 370 #define WGL_EXT_display_color_table 1 371 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
372 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (
const GLushort *table, GLuint
length);
373 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
374 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
375 #ifdef WGL_WGLEXT_PROTOTYPES 376 GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort
id);
377 GLboolean WINAPI wglLoadDisplayColorTableEXT (
const GLushort *table, GLuint
length);
378 GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort
id);
379 VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort
id);
383 #ifndef WGL_EXT_extensions_string 384 #define WGL_EXT_extensions_string 1 386 #ifdef WGL_WGLEXT_PROTOTYPES 387 const char *WINAPI wglGetExtensionsStringEXT (
void);
391 #ifndef WGL_EXT_framebuffer_sRGB 392 #define WGL_EXT_framebuffer_sRGB 1 393 #define WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20A9 396 #ifndef WGL_EXT_make_current_read 397 #define WGL_EXT_make_current_read 1 398 #define ERROR_INVALID_PIXEL_TYPE_EXT 0x2043 400 typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCEXTPROC) (
void);
401 #ifdef WGL_WGLEXT_PROTOTYPES 403 HDC WINAPI wglGetCurrentReadDCEXT (
void);
407 #ifndef WGL_EXT_multisample 408 #define WGL_EXT_multisample 1 409 #define WGL_SAMPLE_BUFFERS_EXT 0x2041 410 #define WGL_SAMPLES_EXT 0x2042 413 #ifndef WGL_EXT_pbuffer 414 #define WGL_EXT_pbuffer 1 416 #define WGL_DRAW_TO_PBUFFER_EXT 0x202D 417 #define WGL_MAX_PBUFFER_PIXELS_EXT 0x202E 418 #define WGL_MAX_PBUFFER_WIDTH_EXT 0x202F 419 #define WGL_MAX_PBUFFER_HEIGHT_EXT 0x2030 420 #define WGL_OPTIMAL_PBUFFER_WIDTH_EXT 0x2031 421 #define WGL_OPTIMAL_PBUFFER_HEIGHT_EXT 0x2032 422 #define WGL_PBUFFER_LARGEST_EXT 0x2033 423 #define WGL_PBUFFER_WIDTH_EXT 0x2034 424 #define WGL_PBUFFER_HEIGHT_EXT 0x2035 430 #ifdef WGL_WGLEXT_PROTOTYPES 433 int WINAPI wglReleasePbufferDCEXT (
HPBUFFEREXT hPbuffer,
HDC hDC);
439 #ifndef WGL_EXT_pixel_format 440 #define WGL_EXT_pixel_format 1 441 #define WGL_NUMBER_PIXEL_FORMATS_EXT 0x2000 442 #define WGL_DRAW_TO_WINDOW_EXT 0x2001 443 #define WGL_DRAW_TO_BITMAP_EXT 0x2002 444 #define WGL_ACCELERATION_EXT 0x2003 445 #define WGL_NEED_PALETTE_EXT 0x2004 446 #define WGL_NEED_SYSTEM_PALETTE_EXT 0x2005 447 #define WGL_SWAP_LAYER_BUFFERS_EXT 0x2006 448 #define WGL_SWAP_METHOD_EXT 0x2007 449 #define WGL_NUMBER_OVERLAYS_EXT 0x2008 450 #define WGL_NUMBER_UNDERLAYS_EXT 0x2009 451 #define WGL_TRANSPARENT_EXT 0x200A 452 #define WGL_TRANSPARENT_VALUE_EXT 0x200B 453 #define WGL_SHARE_DEPTH_EXT 0x200C 454 #define WGL_SHARE_STENCIL_EXT 0x200D 455 #define WGL_SHARE_ACCUM_EXT 0x200E 456 #define WGL_SUPPORT_GDI_EXT 0x200F 457 #define WGL_SUPPORT_OPENGL_EXT 0x2010 458 #define WGL_DOUBLE_BUFFER_EXT 0x2011 459 #define WGL_STEREO_EXT 0x2012 460 #define WGL_PIXEL_TYPE_EXT 0x2013 461 #define WGL_COLOR_BITS_EXT 0x2014 462 #define WGL_RED_BITS_EXT 0x2015 463 #define WGL_RED_SHIFT_EXT 0x2016 464 #define WGL_GREEN_BITS_EXT 0x2017 465 #define WGL_GREEN_SHIFT_EXT 0x2018 466 #define WGL_BLUE_BITS_EXT 0x2019 467 #define WGL_BLUE_SHIFT_EXT 0x201A 468 #define WGL_ALPHA_BITS_EXT 0x201B 469 #define WGL_ALPHA_SHIFT_EXT 0x201C 470 #define WGL_ACCUM_BITS_EXT 0x201D 471 #define WGL_ACCUM_RED_BITS_EXT 0x201E 472 #define WGL_ACCUM_GREEN_BITS_EXT 0x201F 473 #define WGL_ACCUM_BLUE_BITS_EXT 0x2020 474 #define WGL_ACCUM_ALPHA_BITS_EXT 0x2021 475 #define WGL_DEPTH_BITS_EXT 0x2022 476 #define WGL_STENCIL_BITS_EXT 0x2023 477 #define WGL_AUX_BUFFERS_EXT 0x2024 478 #define WGL_NO_ACCELERATION_EXT 0x2025 479 #define WGL_GENERIC_ACCELERATION_EXT 0x2026 480 #define WGL_FULL_ACCELERATION_EXT 0x2027 481 #define WGL_SWAP_EXCHANGE_EXT 0x2028 482 #define WGL_SWAP_COPY_EXT 0x2029 483 #define WGL_SWAP_UNDEFINED_EXT 0x202A 484 #define WGL_TYPE_RGBA_EXT 0x202B 485 #define WGL_TYPE_COLORINDEX_EXT 0x202C 489 #ifdef WGL_WGLEXT_PROTOTYPES 490 BOOL WINAPI wglGetPixelFormatAttribivEXT (
HDC hdc,
int iPixelFormat,
int iLayerPlane,
UINT nAttributes,
int *piAttributes,
int *
piValues);
491 BOOL WINAPI wglGetPixelFormatAttribfvEXT (
HDC hdc,
int iPixelFormat,
int iLayerPlane,
UINT nAttributes,
int *piAttributes, FLOAT *
pfValues);
492 BOOL WINAPI wglChoosePixelFormatEXT (
HDC hdc,
const int *piAttribIList,
const FLOAT *pfAttribFList,
UINT nMaxFormats,
int *piFormats,
UINT *
nNumFormats);
496 #ifndef WGL_EXT_pixel_format_packed_float 497 #define WGL_EXT_pixel_format_packed_float 1 498 #define WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT 0x20A8 501 #ifndef WGL_EXT_swap_control 502 #define WGL_EXT_swap_control 1 503 typedef BOOL (WINAPI * PFNWGLSWAPINTERVALEXTPROC) (
int interval);
504 typedef int (WINAPI * PFNWGLGETSWAPINTERVALEXTPROC) (
void);
505 #ifdef WGL_WGLEXT_PROTOTYPES 506 BOOL WINAPI wglSwapIntervalEXT (
int interval);
507 int WINAPI wglGetSwapIntervalEXT (
void);
511 #ifndef WGL_EXT_swap_control_tear 512 #define WGL_EXT_swap_control_tear 1 515 #ifndef WGL_I3D_digital_video_control 516 #define WGL_I3D_digital_video_control 1 517 #define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D 0x2050 518 #define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D 0x2051 519 #define WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D 0x2052 520 #define WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D 0x2053 523 #ifdef WGL_WGLEXT_PROTOTYPES 524 BOOL WINAPI wglGetDigitalVideoParametersI3D (
HDC hDC,
int iAttribute,
int *
piValue);
525 BOOL WINAPI wglSetDigitalVideoParametersI3D (
HDC hDC,
int iAttribute,
const int *
piValue);
529 #ifndef WGL_I3D_gamma 530 #define WGL_I3D_gamma 1 531 #define WGL_GAMMA_TABLE_SIZE_I3D 0x204E 532 #define WGL_GAMMA_EXCLUDE_DESKTOP_I3D 0x204F 537 #ifdef WGL_WGLEXT_PROTOTYPES 538 BOOL WINAPI wglGetGammaTableParametersI3D (
HDC hDC,
int iAttribute,
int *
piValue);
539 BOOL WINAPI wglSetGammaTableParametersI3D (
HDC hDC,
int iAttribute,
const int *
piValue);
540 BOOL WINAPI wglGetGammaTableI3D (
HDC hDC,
int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *
puBlue);
541 BOOL WINAPI wglSetGammaTableI3D (
HDC hDC,
int iEntries,
const USHORT *puRed,
const USHORT *puGreen,
const USHORT *
puBlue);
545 #ifndef WGL_I3D_genlock 546 #define WGL_I3D_genlock 1 547 #define WGL_GENLOCK_SOURCE_MULTIVIEW_I3D 0x2044 548 #define WGL_GENLOCK_SOURCE_EXTERNAL_SYNC_I3D 0x2045 549 #define WGL_GENLOCK_SOURCE_EXTERNAL_FIELD_I3D 0x2046 550 #define WGL_GENLOCK_SOURCE_EXTERNAL_TTL_I3D 0x2047 551 #define WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D 0x2048 552 #define WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D 0x2049 553 #define WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D 0x204A 554 #define WGL_GENLOCK_SOURCE_EDGE_RISING_I3D 0x204B 555 #define WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D 0x204C 556 typedef BOOL (WINAPI * PFNWGLENABLEGENLOCKI3DPROC) (
HDC hDC);
557 typedef BOOL (WINAPI * PFNWGLDISABLEGENLOCKI3DPROC) (
HDC hDC);
568 #ifdef WGL_WGLEXT_PROTOTYPES 569 BOOL WINAPI wglEnableGenlockI3D (
HDC hDC);
570 BOOL WINAPI wglDisableGenlockI3D (
HDC hDC);
584 #ifndef WGL_I3D_image_buffer 585 #define WGL_I3D_image_buffer 1 586 #define WGL_IMAGE_BUFFER_MIN_ACCESS_I3D 0x00000001 587 #define WGL_IMAGE_BUFFER_LOCK_I3D 0x00000002 592 #ifdef WGL_WGLEXT_PROTOTYPES 594 BOOL WINAPI wglDestroyImageBufferI3D (
HDC hDC,
LPVOID pAddress);
600 #ifndef WGL_I3D_swap_frame_lock 601 #define WGL_I3D_swap_frame_lock 1 602 typedef BOOL (WINAPI * PFNWGLENABLEFRAMELOCKI3DPROC) (
void);
603 typedef BOOL (WINAPI * PFNWGLDISABLEFRAMELOCKI3DPROC) (
void);
604 typedef BOOL (WINAPI * PFNWGLISENABLEDFRAMELOCKI3DPROC) (
BOOL *
pFlag);
605 typedef BOOL (WINAPI * PFNWGLQUERYFRAMELOCKMASTERI3DPROC) (
BOOL *
pFlag);
606 #ifdef WGL_WGLEXT_PROTOTYPES 607 BOOL WINAPI wglEnableFrameLockI3D (
void);
608 BOOL WINAPI wglDisableFrameLockI3D (
void);
614 #ifndef WGL_I3D_swap_frame_usage 615 #define WGL_I3D_swap_frame_usage 1 616 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (
float *pUsage);
617 typedef BOOL (WINAPI * PFNWGLBEGINFRAMETRACKINGI3DPROC) (
void);
618 typedef BOOL (WINAPI * PFNWGLENDFRAMETRACKINGI3DPROC) (
void);
620 #ifdef WGL_WGLEXT_PROTOTYPES 621 BOOL WINAPI wglGetFrameUsageI3D (
float *pUsage);
622 BOOL WINAPI wglBeginFrameTrackingI3D (
void);
623 BOOL WINAPI wglEndFrameTrackingI3D (
void);
624 BOOL WINAPI wglQueryFrameTrackingI3D (DWORD *pFrameCount, DWORD *pMissedFrames,
float *
pLastMissedUsage);
628 #ifndef WGL_NV_DX_interop 629 #define WGL_NV_DX_interop 1 630 #define WGL_ACCESS_READ_ONLY_NV 0x00000000 631 #define WGL_ACCESS_READ_WRITE_NV 0x00000001 632 #define WGL_ACCESS_WRITE_DISCARD_NV 0x00000002 634 typedef HANDLE (WINAPI * PFNWGLDXOPENDEVICENVPROC) (
void *dxDevice);
641 #ifdef WGL_WGLEXT_PROTOTYPES 643 HANDLE WINAPI wglDXOpenDeviceNV (
void *dxDevice);
644 BOOL WINAPI wglDXCloseDeviceNV (
HANDLE hDevice);
645 HANDLE WINAPI wglDXRegisterObjectNV (
HANDLE hDevice,
void *dxObject, GLuint name, GLenum type, GLenum
access);
653 #ifndef WGL_NV_DX_interop2 654 #define WGL_NV_DX_interop2 1 657 #ifndef WGL_NV_copy_image 658 #define WGL_NV_copy_image 1 659 typedef 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);
660 #ifdef WGL_WGLEXT_PROTOTYPES 661 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);
665 #ifndef WGL_NV_delay_before_swap 666 #define WGL_NV_delay_before_swap 1 668 #ifdef WGL_WGLEXT_PROTOTYPES 673 #ifndef WGL_NV_float_buffer 674 #define WGL_NV_float_buffer 1 675 #define WGL_FLOAT_COMPONENTS_NV 0x20B0 676 #define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV 0x20B1 677 #define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV 0x20B2 678 #define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV 0x20B3 679 #define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV 0x20B4 680 #define WGL_TEXTURE_FLOAT_R_NV 0x20B5 681 #define WGL_TEXTURE_FLOAT_RG_NV 0x20B6 682 #define WGL_TEXTURE_FLOAT_RGB_NV 0x20B7 683 #define WGL_TEXTURE_FLOAT_RGBA_NV 0x20B8 686 #ifndef WGL_NV_gpu_affinity 687 #define WGL_NV_gpu_affinity 1 697 #define ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV 0x20D0 698 #define ERROR_MISSING_AFFINITY_MASK_NV 0x20D1 701 typedef HDC (WINAPI * PFNWGLCREATEAFFINITYDCNVPROC) (
const HGPUNV *phGpuList);
703 typedef BOOL (WINAPI * PFNWGLDELETEDCNVPROC) (
HDC hdc);
704 #ifdef WGL_WGLEXT_PROTOTYPES 707 HDC WINAPI wglCreateAffinityDCNV (
const HGPUNV *phGpuList);
708 BOOL WINAPI wglEnumGpusFromAffinityDCNV (
HDC hAffinityDC,
UINT iGpuIndex, HGPUNV *hGpu);
709 BOOL WINAPI wglDeleteDCNV (
HDC hdc);
713 #ifndef WGL_NV_multisample_coverage 714 #define WGL_NV_multisample_coverage 1 715 #define WGL_COVERAGE_SAMPLES_NV 0x2042 716 #define WGL_COLOR_SAMPLES_NV 0x20B9 719 #ifndef WGL_NV_present_video 720 #define WGL_NV_present_video 1 722 #define WGL_NUM_VIDEO_SLOTS_NV 0x20F0 726 #ifdef WGL_WGLEXT_PROTOTYPES 727 int WINAPI wglEnumerateVideoDevicesNV (
HDC hDC, HVIDEOOUTPUTDEVICENV *
phDeviceList);
728 BOOL WINAPI wglBindVideoDeviceNV (
HDC hDC,
unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice,
const int *
piAttribList);
729 BOOL WINAPI wglQueryCurrentContextNV (
int iAttribute,
int *
piValue);
733 #ifndef WGL_NV_render_depth_texture 734 #define WGL_NV_render_depth_texture 1 735 #define WGL_BIND_TO_TEXTURE_DEPTH_NV 0x20A3 736 #define WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV 0x20A4 737 #define WGL_DEPTH_TEXTURE_FORMAT_NV 0x20A5 738 #define WGL_TEXTURE_DEPTH_COMPONENT_NV 0x20A6 739 #define WGL_DEPTH_COMPONENT_NV 0x20A7 742 #ifndef WGL_NV_render_texture_rectangle 743 #define WGL_NV_render_texture_rectangle 1 744 #define WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV 0x20A0 745 #define WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV 0x20A1 746 #define WGL_TEXTURE_RECTANGLE_NV 0x20A2 749 #ifndef WGL_NV_swap_group 750 #define WGL_NV_swap_group 1 755 typedef BOOL (WINAPI * PFNWGLQUERYFRAMECOUNTNVPROC) (
HDC hDC, GLuint *
count);
756 typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (
HDC hDC);
757 #ifdef WGL_WGLEXT_PROTOTYPES 758 BOOL WINAPI wglJoinSwapGroupNV (
HDC hDC, GLuint group);
759 BOOL WINAPI wglBindSwapBarrierNV (GLuint group, GLuint
barrier);
760 BOOL WINAPI wglQuerySwapGroupNV (
HDC hDC, GLuint *group, GLuint *
barrier);
761 BOOL WINAPI wglQueryMaxSwapGroupsNV (
HDC hDC, GLuint *maxGroups, GLuint *
maxBarriers);
762 BOOL WINAPI wglQueryFrameCountNV (
HDC hDC, GLuint *count);
763 BOOL WINAPI wglResetFrameCountNV (
HDC hDC);
767 #ifndef WGL_NV_vertex_array_range 768 #define WGL_NV_vertex_array_range 1 770 typedef void (WINAPI * PFNWGLFREEMEMORYNVPROC) (
void *pointer);
771 #ifdef WGL_WGLEXT_PROTOTYPES 772 void *WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
773 void WINAPI wglFreeMemoryNV (
void *pointer);
777 #ifndef WGL_NV_video_capture 778 #define WGL_NV_video_capture 1 780 #define WGL_UNIQUE_ID_NV 0x20CE 781 #define WGL_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF 783 typedef UINT (WINAPI * PFNWGLENUMERATEVIDEOCAPTUREDEVICESNVPROC) (
HDC hDc, HVIDEOINPUTDEVICENV *
phDeviceList);
784 typedef BOOL (WINAPI * PFNWGLLOCKVIDEOCAPTUREDEVICENVPROC) (
HDC hDc, HVIDEOINPUTDEVICENV
hDevice);
786 typedef BOOL (WINAPI * PFNWGLRELEASEVIDEOCAPTUREDEVICENVPROC) (
HDC hDc, HVIDEOINPUTDEVICENV
hDevice);
787 #ifdef WGL_WGLEXT_PROTOTYPES 788 BOOL WINAPI wglBindVideoCaptureDeviceNV (
UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
789 UINT WINAPI wglEnumerateVideoCaptureDevicesNV (
HDC hDc, HVIDEOINPUTDEVICENV *
phDeviceList);
790 BOOL WINAPI wglLockVideoCaptureDeviceNV (
HDC hDc, HVIDEOINPUTDEVICENV hDevice);
791 BOOL WINAPI wglQueryVideoCaptureDeviceNV (
HDC hDc, HVIDEOINPUTDEVICENV hDevice,
int iAttribute,
int *
piValue);
792 BOOL WINAPI wglReleaseVideoCaptureDeviceNV (
HDC hDc, HVIDEOINPUTDEVICENV hDevice);
796 #ifndef WGL_NV_video_output 797 #define WGL_NV_video_output 1 799 #define WGL_BIND_TO_VIDEO_RGB_NV 0x20C0 800 #define WGL_BIND_TO_VIDEO_RGBA_NV 0x20C1 801 #define WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV 0x20C2 802 #define WGL_VIDEO_OUT_COLOR_NV 0x20C3 803 #define WGL_VIDEO_OUT_ALPHA_NV 0x20C4 804 #define WGL_VIDEO_OUT_DEPTH_NV 0x20C5 805 #define WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6 806 #define WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7 807 #define WGL_VIDEO_OUT_FRAME 0x20C8 808 #define WGL_VIDEO_OUT_FIELD_1 0x20C9 809 #define WGL_VIDEO_OUT_FIELD_2 0x20CA 810 #define WGL_VIDEO_OUT_STACKED_FIELDS_1_2 0x20CB 811 #define WGL_VIDEO_OUT_STACKED_FIELDS_2_1 0x20CC 813 typedef BOOL (WINAPI * PFNWGLRELEASEVIDEODEVICENVPROC) (HPVIDEODEV
hVideoDevice);
818 #ifdef WGL_WGLEXT_PROTOTYPES 819 BOOL WINAPI wglGetVideoDeviceNV (
HDC hDC,
int numDevices, HPVIDEODEV *hVideoDevice);
820 BOOL WINAPI wglReleaseVideoDeviceNV (HPVIDEODEV hVideoDevice);
823 BOOL WINAPI wglSendPbufferToVideoNV (
HPBUFFERARB hPbuffer,
int iBufferType,
unsigned long *pulCounterPbuffer,
BOOL bBlock);
824 BOOL WINAPI wglGetVideoInfoNV (HPVIDEODEV hpVideoDevice,
unsigned long *pulCounterOutputPbuffer,
unsigned long *
pulCounterOutputVideo);
828 #ifndef WGL_OML_sync_control 829 #define WGL_OML_sync_control 1 836 #ifdef WGL_WGLEXT_PROTOTYPES 840 INT64 WINAPI wglSwapLayerBuffersMscOML (
HDC hdc,
int fuPlanes,
INT64 target_msc,
INT64 divisor,
INT64 remainder);
int int int const int * piAttribList
Definition: wglext.h:156
INT64 target_msc
Definition: wglext.h:832
int UINT uType
Definition: wglext.h:59
const int * piAttribIList
Definition: wglext.h:223
HPBUFFERARB hPbuffer
Definition: wglext.h:814
DWORD * pMissedFrames
Definition: wglext.h:619
int USHORT USHORT * puGreen
Definition: wglext.h:535
GLuint GLuint * maxBarriers
Definition: wglext.h:754
INT64 target_sbc
Definition: wglext.h:835
UINT iDeviceIndex
Definition: wglext.h:700
GLuint GLenum GLint GLint GLint srcY
Definition: wglext.h:659
int fuPlanes
Definition: wglext.h:833
int int int iHeight
Definition: wglext.h:156
UINT uDelay
Definition: wglext.h:565
INT64 INT64 INT64 * sbc
Definition: wglext.h:830
GLuint GLenum GLint GLint srcX
Definition: wglext.h:659
int iBuffer
Definition: wglext.h:271
GLuint GLenum GLint GLint GLint GLint HGLRC hDstRC
Definition: wglext.h:659
INT64 INT64 INT64 remainder
Definition: wglext.h:832
GLuint length
Definition: wglext.h:372
CHAR DeviceName[32]
Definition: wglext.h:691
GLint GLint GLint GLint GLint GLint GLint GLint GLbitfield mask
Definition: wglext.h:328
int int int int int int ySrc
Definition: wglext.h:62
UINT uSource
Definition: wglext.h:559
int int int int height
Definition: wglext.h:61
int int UINT nAttributes
Definition: wglext.h:221
int iPixelFormat
Definition: wglext.h:156
HGLRC hShareContext
Definition: wglext.h:87
const HANDLE const LPVOID const DWORD * pSize
Definition: wglext.h:590
void *WINAPI * PFNWGLALLOCATEMEMORYNVPROC(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority)
Definition: wglext.h:769
int int UINT const int FLOAT * pfValues
Definition: wglext.h:222
GLuint GLenum GLint GLint GLint GLint HGLRC GLuint GLenum GLint GLint dstX
Definition: wglext.h:659
typedef HANDLE(WINAPI *PFNWGLCREATEBUFFERREGIONARBPROC)(HDC hDC
const int const FLOAT * pfAttribFList
Definition: wglext.h:223
int numDevices
Definition: wglext.h:812
HDC HGLRC hglrc
Definition: wglext.h:131
int unsigned long BOOL bBlock
Definition: wglext.h:816
int int int width
Definition: wglext.h:61
UINT HGPUNV * hGpu
Definition: wglext.h:702
GLint GLint GLint srcX1
Definition: wglext.h:328
CHAR DeviceString[128]
Definition: wglext.h:692
unsigned int uVideoSlot
Definition: wglext.h:724
typedef HGLRC(WINAPI *PFNWGLCREATECONTEXTATTRIBSARBPROC)(HDC hDC
HANDLE shareHandle
Definition: wglext.h:633
const int const FLOAT UINT nMaxFormats
Definition: wglext.h:223
int iLayerPlane
Definition: wglext.h:59
HGPUNV * phGpu
Definition: wglext.h:699
HANDLE hObject
Definition: wglext.h:637
UINT uRate
Definition: wglext.h:563
GLuint GLenum GLint srcLevel
Definition: wglext.h:659
GLint GLint GLint GLint GLint dstX0
Definition: wglext.h:328
int USHORT * puRed
Definition: wglext.h:535
int int y
Definition: wglext.h:61
UINT * uMaxLineDelay
Definition: wglext.h:567
GLint GLint srcY0
Definition: wglext.h:328
typedef void(WINAPI *PFNWGLFREEMEMORYNVPROC)(void *pointer)
int GLenum UINT size
Definition: wglext.h:321
GLuint GLenum GLint GLint GLint GLint HGLRC GLuint dstName
Definition: wglext.h:659
DWORD Flags
Definition: wglext.h:693
GLuint GLenum GLint GLint GLint GLint HGLRC GLuint GLenum GLint dstLevel
Definition: wglext.h:659
UINT uState
Definition: wglext.h:302
UINT iGpuIndex
Definition: wglext.h:702
DECLARE_HANDLE(HPBUFFERARB)
GLint GLint GLint GLint srcY1
Definition: wglext.h:328
int GLenum dataType
Definition: wglext.h:321
INT32 * numerator
Definition: wglext.h:831
BOOL * pFlag
Definition: wglext.h:558
int GLenum UINT void * data
Definition: wglext.h:321
int unsigned long * pulCounterPbuffer
Definition: wglext.h:816
HDC hDC
Definition: wglext.h:158
typedef int(WINAPI *PFNWGLRELEASEPBUFFERDCARBPROC)(HPBUFFERARB hPbuffer
int iAttribute
Definition: wglext.h:160
const int const FLOAT UINT int * piFormats
Definition: wglext.h:223
unsigned long unsigned long * pulCounterOutputVideo
Definition: wglext.h:817
GLint GLint GLint GLint GLint GLint GLint dstX1
Definition: wglext.h:328
INT64 INT64 divisor
Definition: wglext.h:832
UINT PGPU_DEVICE lpGpuDevice
Definition: wglext.h:700
int iBufferType
Definition: wglext.h:816
DWORD UINT uFlags
Definition: wglext.h:588
GLint GLint GLint GLint GLint GLint GLint GLint dstY1
Definition: wglext.h:328
int int * piValue
Definition: wglext.h:160
int iEntries
Definition: wglext.h:535
typedef BOOL(WINAPI *PFNWGLSAVEBUFFERREGIONARBPROC)(HANDLE hRegion
void GLuint GLenum GLenum access
Definition: wglext.h:636
GLuint * maxGroups
Definition: wglext.h:754
GLuint GLenum GLint GLint GLint GLint HGLRC GLuint GLenum GLint GLint GLint GLint GLsizei GLsizei GLsizei depth
Definition: wglext.h:659
typedef HDC(WINAPI *PFNWGLGETCURRENTREADDCARBPROC)(void)
typedef INT(WINAPI *PFNWGLGETGPUINFOAMDPROC)(UINT id
typedef INT64(WINAPI *PFNWGLSWAPBUFFERSMSCOMLPROC)(HDC hdc
typedef VOID(WINAPI *PFNWGLDELETEBUFFERREGIONARBPROC)(HANDLE hRegion)
int x
Definition: wglext.h:61
int int UINT const int int * piValues
Definition: wglext.h:221
GLuint GLenum GLint GLint GLint GLint srcZ
Definition: wglext.h:659
void GLuint GLenum type
Definition: wglext.h:636
INT32 INT32 * denominator
Definition: wglext.h:831
GLfloat seconds
Definition: wglext.h:667
UINT * ids
Definition: wglext.h:320
HDC hReadDC
Definition: wglext.h:131
HVIDEOINPUTDEVICENV hDevice
Definition: wglext.h:782
GLuint barrier
Definition: wglext.h:752
GLuint group
Definition: wglext.h:751
GLint GLint GLint GLint GLint GLint GLint GLint GLbitfield GLenum filter
Definition: wglext.h:328
typedef GLboolean(WINAPI *PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC)(GLushort id)
GLuint GLenum GLint GLint GLint GLint HGLRC GLuint GLenum GLint GLint GLint GLint dstZ
Definition: wglext.h:659
UINT uEdge
Definition: wglext.h:561
GLuint GLenum GLint GLint GLint GLint HGLRC GLuint GLenum GLint GLint GLint dstY
Definition: wglext.h:659
typedef HPBUFFEREXT(WINAPI *PFNWGLCREATEPBUFFEREXTPROC)(HDC hDC
int int int int int xSrc
Definition: wglext.h:62
GLuint GLenum GLint GLint GLint GLint HGLRC GLuint GLenum dstTarget
Definition: wglext.h:659
GLint HANDLE * hObjects
Definition: wglext.h:639
struct _GPU_DEVICE * PGPU_DEVICE
Definition: wglext.h:696
UINT UINT * uMaxPixelDelay
Definition: wglext.h:567
typedef LPVOID(WINAPI *PFNWGLCREATEIMAGEBUFFERI3DPROC)(HDC hDC
HPBUFFERARB int iVideoBuffer
Definition: wglext.h:814
DWORD cb
Definition: wglext.h:690
const HANDLE * pEvent
Definition: wglext.h:590
HGLRC const int * attribList
Definition: wglext.h:87
typedef UINT(WINAPI *PFNWGLGETGPUIDSAMDPROC)(UINT maxCount
INT64 INT64 * msc
Definition: wglext.h:830
GLint srcX0
Definition: wglext.h:328
const char *WINAPI * PFNWGLGETEXTENSIONSSTRINGEXTPROC(void)
Definition: wglext.h:385
unsigned int HVIDEOOUTPUTDEVICENV hVideoDevice
Definition: wglext.h:724
int int iWidth
Definition: wglext.h:156
unsigned long * pulCounterOutputPbuffer
Definition: wglext.h:817
void * dxObject
Definition: wglext.h:636
const char *WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC(HDC hdc)
Definition: wglext.h:116
int property
Definition: wglext.h:321
RECT rcVirtualScreen
Definition: wglext.h:694
void GLuint name
Definition: wglext.h:636
typedef HPBUFFERARB(WINAPI *PFNWGLCREATEPBUFFERARBPROC)(HDC hDC
int int UINT const int * piAttributes
Definition: wglext.h:221
const int const FLOAT UINT int UINT * nNumFormats
Definition: wglext.h:223
int USHORT USHORT USHORT * puBlue
Definition: wglext.h:535
const HANDLE const LPVOID const DWORD UINT count
Definition: wglext.h:590
GLint GLint GLint GLint GLint GLint dstY0
Definition: wglext.h:328
LPVOID pAddress
Definition: wglext.h:589
GLuint srcName
Definition: wglext.h:659
GLuint GLenum srcTarget
Definition: wglext.h:659
INT64 * ust
Definition: wglext.h:830
HVIDEOOUTPUTDEVICENV * phDeviceList
Definition: wglext.h:723
DWORD dwSize
Definition: wglext.h:588
DWORD float * pLastMissedUsage
Definition: wglext.h:619