All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jogamp.opengl.windows.wgl.WGLExt Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Thu Aug 07 00:31:25 CEST 2014 ----! */

package jogamp.opengl.windows.wgl;

import java.util.*;
import javax.media.opengl.*;
import javax.media.opengl.fixedfunc.*;
import jogamp.opengl.*;
import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import java.nio.*;

public interface WGLExt {

  /** Part of CORE DEF */
  public static final int HAS_STDDEF = 1;
  /** Part of CORE DEF */
  public static final int GLEXT_64_TYPES_DEFINED = 1;
  /** Part of CORE DEF */
  public static final int __glext_h_ = 1;
  /** Part of CORE DEF */
  public static final int __wglext_h_ = 1;
  /** Part of CORE DEF */
  public static final int WGL_WGLEXT_VERSION = 20130614;
  /** Part of CORE DEF */
  public static final int WGL_ARB_buffer_region = 1;
  /** Part of WGL_ARB_buffer_region */
  public static final int WGL_FRONT_COLOR_BUFFER_BIT_ARB = 0x00000001;
  /** Part of WGL_ARB_buffer_region */
  public static final int WGL_BACK_COLOR_BUFFER_BIT_ARB = 0x00000002;
  /** Part of WGL_ARB_buffer_region */
  public static final int WGL_DEPTH_BUFFER_BIT_ARB = 0x00000004;
  /** Part of WGL_ARB_buffer_region */
  public static final int WGL_STENCIL_BUFFER_BIT_ARB = 0x00000008;
  /** Part of CORE DEF */
  public static final int WGL_ARB_create_context = 1;
  /** Part of WGL_ARB_create_context */
  public static final int WGL_CONTEXT_DEBUG_BIT_ARB = 0x00000001;
  /** Part of WGL_ARB_create_context */
  public static final int WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB = 0x00000002;
  /** Part of WGL_ARB_create_context */
  public static final int WGL_CONTEXT_MAJOR_VERSION_ARB = 0x2091;
  /** Part of WGL_ARB_create_context */
  public static final int WGL_CONTEXT_MINOR_VERSION_ARB = 0x2092;
  /** Part of WGL_ARB_create_context */
  public static final int WGL_CONTEXT_LAYER_PLANE_ARB = 0x2093;
  /** Part of WGL_ARB_create_context */
  public static final int WGL_CONTEXT_FLAGS_ARB = 0x2094;
  /** Part of CORE DEF */
  public static final int ERROR_INVALID_VERSION_ARB = 0x2095;
  /** Part of CORE DEF */
  public static final int WGL_ARB_create_context_profile = 1;
  /** Part of WGL_ARB_create_context_profile */
  public static final int WGL_CONTEXT_PROFILE_MASK_ARB = 0x9126;
  /** Part of WGL_ARB_create_context_profile */
  public static final int WGL_CONTEXT_CORE_PROFILE_BIT_ARB = 0x00000001;
  /** Part of WGL_ARB_create_context_profile */
  public static final int WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB = 0x00000002;
  /** Part of CORE DEF */
  public static final int ERROR_INVALID_PROFILE_ARB = 0x2096;
  /** Part of CORE DEF */
  public static final int WGL_ARB_create_context_robustness = 1;
  /** Part of WGL_ARB_create_context_robustness */
  public static final int WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB = 0x00000004;
  /** Part of WGL_ARB_create_context_robustness */
  public static final int WGL_LOSE_CONTEXT_ON_RESET_ARB = 0x8252;
  /** Part of WGL_ARB_create_context_robustness */
  public static final int WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB = 0x8256;
  /** Part of WGL_ARB_create_context_robustness */
  public static final int WGL_NO_RESET_NOTIFICATION_ARB = 0x8261;
  /** Part of CORE DEF */
  public static final int WGL_ARB_extensions_string = 1;
  /** Part of CORE DEF */
  public static final int WGL_ARB_framebuffer_sRGB = 1;
  /** Part of WGL_ARB_framebuffer_sRGB */
  public static final int WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB = 0x20A9;
  /** Part of CORE DEF */
  public static final int WGL_ARB_make_current_read = 1;
  /** Part of CORE DEF */
  public static final int ERROR_INVALID_PIXEL_TYPE_ARB = 0x2043;
  /** Part of CORE DEF */
  public static final int ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB = 0x2054;
  /** Part of CORE DEF */
  public static final int WGL_ARB_multisample = 1;
  /** Part of WGL_ARB_multisample */
  public static final int WGL_SAMPLE_BUFFERS_ARB = 0x2041;
  /** Part of WGL_ARB_multisample */
  public static final int WGL_SAMPLES_ARB = 0x2042;
  /** Part of CORE DEF */
  public static final int WGL_ARB_pbuffer = 1;
  /** Part of WGL_ARB_pbuffer */
  public static final int WGL_DRAW_TO_PBUFFER_ARB = 0x202D;
  /** Part of WGL_ARB_pbuffer */
  public static final int WGL_MAX_PBUFFER_PIXELS_ARB = 0x202E;
  /** Part of WGL_ARB_pbuffer */
  public static final int WGL_MAX_PBUFFER_WIDTH_ARB = 0x202F;
  /** Part of WGL_ARB_pbuffer */
  public static final int WGL_MAX_PBUFFER_HEIGHT_ARB = 0x2030;
  /** Part of WGL_ARB_pbuffer */
  public static final int WGL_PBUFFER_LARGEST_ARB = 0x2033;
  /** Part of WGL_ARB_pbuffer */
  public static final int WGL_PBUFFER_WIDTH_ARB = 0x2034;
  /** Part of WGL_ARB_pbuffer */
  public static final int WGL_PBUFFER_HEIGHT_ARB = 0x2035;
  /** Part of WGL_ARB_pbuffer */
  public static final int WGL_PBUFFER_LOST_ARB = 0x2036;
  /** Part of CORE DEF */
  public static final int WGL_ARB_pixel_format = 1;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_NUMBER_PIXEL_FORMATS_ARB = 0x2000;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_DRAW_TO_WINDOW_ARB = 0x2001;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_DRAW_TO_BITMAP_ARB = 0x2002;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_ACCELERATION_ARB = 0x2003;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_NEED_PALETTE_ARB = 0x2004;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_NEED_SYSTEM_PALETTE_ARB = 0x2005;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SWAP_LAYER_BUFFERS_ARB = 0x2006;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SWAP_METHOD_ARB = 0x2007;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_NUMBER_OVERLAYS_ARB = 0x2008;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_NUMBER_UNDERLAYS_ARB = 0x2009;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_TRANSPARENT_ARB = 0x200A;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_TRANSPARENT_RED_VALUE_ARB = 0x2037;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_TRANSPARENT_GREEN_VALUE_ARB = 0x2038;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_TRANSPARENT_BLUE_VALUE_ARB = 0x2039;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_TRANSPARENT_ALPHA_VALUE_ARB = 0x203A;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_TRANSPARENT_INDEX_VALUE_ARB = 0x203B;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SHARE_DEPTH_ARB = 0x200C;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SHARE_STENCIL_ARB = 0x200D;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SHARE_ACCUM_ARB = 0x200E;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SUPPORT_GDI_ARB = 0x200F;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SUPPORT_OPENGL_ARB = 0x2010;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_DOUBLE_BUFFER_ARB = 0x2011;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_STEREO_ARB = 0x2012;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_PIXEL_TYPE_ARB = 0x2013;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_COLOR_BITS_ARB = 0x2014;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_RED_BITS_ARB = 0x2015;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_RED_SHIFT_ARB = 0x2016;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_GREEN_BITS_ARB = 0x2017;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_GREEN_SHIFT_ARB = 0x2018;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_BLUE_BITS_ARB = 0x2019;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_BLUE_SHIFT_ARB = 0x201A;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_ALPHA_BITS_ARB = 0x201B;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_ALPHA_SHIFT_ARB = 0x201C;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_ACCUM_BITS_ARB = 0x201D;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_ACCUM_RED_BITS_ARB = 0x201E;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_ACCUM_GREEN_BITS_ARB = 0x201F;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_ACCUM_BLUE_BITS_ARB = 0x2020;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_ACCUM_ALPHA_BITS_ARB = 0x2021;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_DEPTH_BITS_ARB = 0x2022;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_STENCIL_BITS_ARB = 0x2023;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_AUX_BUFFERS_ARB = 0x2024;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_NO_ACCELERATION_ARB = 0x2025;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_GENERIC_ACCELERATION_ARB = 0x2026;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_FULL_ACCELERATION_ARB = 0x2027;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SWAP_EXCHANGE_ARB = 0x2028;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SWAP_COPY_ARB = 0x2029;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_SWAP_UNDEFINED_ARB = 0x202A;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_TYPE_RGBA_ARB = 0x202B;
  /** Part of WGL_ARB_pixel_format */
  public static final int WGL_TYPE_COLORINDEX_ARB = 0x202C;
  /** Part of CORE DEF */
  public static final int WGL_ARB_pixel_format_float = 1;
  /** Part of WGL_ARB_pixel_format_float */
  public static final int WGL_TYPE_RGBA_FLOAT_ARB = 0x21A0;
  /** Part of CORE DEF */
  public static final int WGL_ARB_render_texture = 1;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_BIND_TO_TEXTURE_RGB_ARB = 0x2070;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_BIND_TO_TEXTURE_RGBA_ARB = 0x2071;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_FORMAT_ARB = 0x2072;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_TARGET_ARB = 0x2073;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_MIPMAP_TEXTURE_ARB = 0x2074;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_RGB_ARB = 0x2075;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_RGBA_ARB = 0x2076;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_NO_TEXTURE_ARB = 0x2077;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_CUBE_MAP_ARB = 0x2078;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_1D_ARB = 0x2079;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_2D_ARB = 0x207A;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_MIPMAP_LEVEL_ARB = 0x207B;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_CUBE_MAP_FACE_ARB = 0x207C;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB = 0x207D;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB = 0x207E;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB = 0x207F;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB = 0x2080;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB = 0x2081;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB = 0x2082;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_FRONT_LEFT_ARB = 0x2083;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_FRONT_RIGHT_ARB = 0x2084;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_BACK_LEFT_ARB = 0x2085;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_BACK_RIGHT_ARB = 0x2086;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX0_ARB = 0x2087;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX1_ARB = 0x2088;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX2_ARB = 0x2089;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX3_ARB = 0x208A;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX4_ARB = 0x208B;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX5_ARB = 0x208C;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX6_ARB = 0x208D;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX7_ARB = 0x208E;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX8_ARB = 0x208F;
  /** Part of WGL_ARB_render_texture */
  public static final int WGL_AUX9_ARB = 0x2090;
  /** Part of CORE DEF */
  public static final int WGL_ARB_robustness_application_isolation = 1;
  /** Part of WGL_ARB_robustness_application_isolation */
  public static final int WGL_CONTEXT_RESET_ISOLATION_BIT_ARB = 0x00000008;
  /** Part of CORE DEF */
  public static final int WGL_ARB_robustness_share_group_isolation = 1;
  /** Part of CORE DEF */
  public static final int WGL_3DFX_multisample = 1;
  /** Part of WGL_3DFX_multisample */
  public static final int WGL_SAMPLE_BUFFERS_3DFX = 0x2060;
  /** Part of WGL_3DFX_multisample */
  public static final int WGL_SAMPLES_3DFX = 0x2061;
  /** Part of CORE DEF */
  public static final int WGL_3DL_stereo_control = 1;
  /** Part of WGL_3DL_stereo_control */
  public static final int WGL_STEREO_EMITTER_ENABLE_3DL = 0x2055;
  /** Part of WGL_3DL_stereo_control */
  public static final int WGL_STEREO_EMITTER_DISABLE_3DL = 0x2056;
  /** Part of WGL_3DL_stereo_control */
  public static final int WGL_STEREO_POLARITY_NORMAL_3DL = 0x2057;
  /** Part of WGL_3DL_stereo_control */
  public static final int WGL_STEREO_POLARITY_INVERT_3DL = 0x2058;
  /** Part of CORE DEF */
  public static final int WGL_AMD_gpu_association = 1;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_VENDOR_AMD = 0x1F00;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_RENDERER_STRING_AMD = 0x1F01;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_OPENGL_VERSION_STRING_AMD = 0x1F02;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_FASTEST_TARGET_GPUS_AMD = 0x21A2;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_RAM_AMD = 0x21A3;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_CLOCK_AMD = 0x21A4;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_NUM_PIPES_AMD = 0x21A5;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_NUM_SIMD_AMD = 0x21A6;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_NUM_RB_AMD = 0x21A7;
  /** Part of WGL_AMD_gpu_association */
  public static final int WGL_GPU_NUM_SPI_AMD = 0x21A8;
  /** Part of CORE DEF */
  public static final int WGL_ATI_pixel_format_float = 1;
  /** Part of WGL_ATI_pixel_format_float */
  public static final int WGL_TYPE_RGBA_FLOAT_ATI = 0x21A0;
  /** Part of CORE DEF */
  public static final int WGL_EXT_create_context_es2_profile = 1;
  /** Part of WGL_EXT_create_context_es2_profile */
  public static final int WGL_CONTEXT_ES2_PROFILE_BIT_EXT = 0x00000004;
  /** Part of CORE DEF */
  public static final int WGL_EXT_create_context_es_profile = 1;
  /** Part of WGL_EXT_create_context_es_profile */
  public static final int WGL_CONTEXT_ES_PROFILE_BIT_EXT = 0x00000004;
  /** Part of CORE DEF */
  public static final int WGL_EXT_depth_float = 1;
  /** Part of WGL_EXT_depth_float */
  public static final int WGL_DEPTH_FLOAT_EXT = 0x2040;
  /** Part of CORE DEF */
  public static final int WGL_EXT_display_color_table = 1;
  /** Part of CORE DEF */
  public static final int WGL_EXT_extensions_string = 1;
  /** Part of CORE DEF */
  public static final int WGL_EXT_framebuffer_sRGB = 1;
  /** Part of WGL_EXT_framebuffer_sRGB */
  public static final int WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT = 0x20A9;
  /** Part of CORE DEF */
  public static final int WGL_EXT_make_current_read = 1;
  /** Part of CORE DEF */
  public static final int ERROR_INVALID_PIXEL_TYPE_EXT = 0x2043;
  /** Part of CORE DEF */
  public static final int WGL_EXT_multisample = 1;
  /** Part of WGL_EXT_multisample */
  public static final int WGL_SAMPLE_BUFFERS_EXT = 0x2041;
  /** Part of WGL_EXT_multisample */
  public static final int WGL_SAMPLES_EXT = 0x2042;
  /** Part of CORE DEF */
  public static final int WGL_EXT_pbuffer = 1;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_DRAW_TO_PBUFFER_EXT = 0x202D;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_MAX_PBUFFER_PIXELS_EXT = 0x202E;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_MAX_PBUFFER_WIDTH_EXT = 0x202F;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_MAX_PBUFFER_HEIGHT_EXT = 0x2030;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_OPTIMAL_PBUFFER_WIDTH_EXT = 0x2031;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_OPTIMAL_PBUFFER_HEIGHT_EXT = 0x2032;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_PBUFFER_LARGEST_EXT = 0x2033;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_PBUFFER_WIDTH_EXT = 0x2034;
  /** Part of WGL_EXT_pbuffer */
  public static final int WGL_PBUFFER_HEIGHT_EXT = 0x2035;
  /** Part of CORE DEF */
  public static final int WGL_EXT_pixel_format = 1;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_NUMBER_PIXEL_FORMATS_EXT = 0x2000;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_DRAW_TO_WINDOW_EXT = 0x2001;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_DRAW_TO_BITMAP_EXT = 0x2002;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_ACCELERATION_EXT = 0x2003;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_NEED_PALETTE_EXT = 0x2004;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_NEED_SYSTEM_PALETTE_EXT = 0x2005;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SWAP_LAYER_BUFFERS_EXT = 0x2006;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SWAP_METHOD_EXT = 0x2007;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_NUMBER_OVERLAYS_EXT = 0x2008;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_NUMBER_UNDERLAYS_EXT = 0x2009;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_TRANSPARENT_EXT = 0x200A;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_TRANSPARENT_VALUE_EXT = 0x200B;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SHARE_DEPTH_EXT = 0x200C;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SHARE_STENCIL_EXT = 0x200D;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SHARE_ACCUM_EXT = 0x200E;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SUPPORT_GDI_EXT = 0x200F;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SUPPORT_OPENGL_EXT = 0x2010;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_DOUBLE_BUFFER_EXT = 0x2011;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_STEREO_EXT = 0x2012;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_PIXEL_TYPE_EXT = 0x2013;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_COLOR_BITS_EXT = 0x2014;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_RED_BITS_EXT = 0x2015;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_RED_SHIFT_EXT = 0x2016;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_GREEN_BITS_EXT = 0x2017;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_GREEN_SHIFT_EXT = 0x2018;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_BLUE_BITS_EXT = 0x2019;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_BLUE_SHIFT_EXT = 0x201A;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_ALPHA_BITS_EXT = 0x201B;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_ALPHA_SHIFT_EXT = 0x201C;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_ACCUM_BITS_EXT = 0x201D;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_ACCUM_RED_BITS_EXT = 0x201E;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_ACCUM_GREEN_BITS_EXT = 0x201F;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_ACCUM_BLUE_BITS_EXT = 0x2020;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_ACCUM_ALPHA_BITS_EXT = 0x2021;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_DEPTH_BITS_EXT = 0x2022;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_STENCIL_BITS_EXT = 0x2023;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_AUX_BUFFERS_EXT = 0x2024;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_NO_ACCELERATION_EXT = 0x2025;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_GENERIC_ACCELERATION_EXT = 0x2026;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_FULL_ACCELERATION_EXT = 0x2027;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SWAP_EXCHANGE_EXT = 0x2028;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SWAP_COPY_EXT = 0x2029;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_SWAP_UNDEFINED_EXT = 0x202A;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_TYPE_RGBA_EXT = 0x202B;
  /** Part of WGL_EXT_pixel_format */
  public static final int WGL_TYPE_COLORINDEX_EXT = 0x202C;
  /** Part of CORE DEF */
  public static final int WGL_EXT_pixel_format_packed_float = 1;
  /** Part of WGL_EXT_pixel_format_packed_float */
  public static final int WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT = 0x20A8;
  /** Part of CORE DEF */
  public static final int WGL_EXT_swap_control = 1;
  /** Part of CORE DEF */
  public static final int WGL_EXT_swap_control_tear = 1;
  /** Part of CORE DEF */
  public static final int WGL_I3D_digital_video_control = 1;
  /** Part of WGL_I3D_digital_video_control */
  public static final int WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D = 0x2050;
  /** Part of WGL_I3D_digital_video_control */
  public static final int WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D = 0x2051;
  /** Part of WGL_I3D_digital_video_control */
  public static final int WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D = 0x2052;
  /** Part of WGL_I3D_digital_video_control */
  public static final int WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D = 0x2053;
  /** Part of CORE DEF */
  public static final int WGL_I3D_gamma = 1;
  /** Part of WGL_I3D_gamma */
  public static final int WGL_GAMMA_TABLE_SIZE_I3D = 0x204E;
  /** Part of WGL_I3D_gamma */
  public static final int WGL_GAMMA_EXCLUDE_DESKTOP_I3D = 0x204F;
  /** Part of CORE DEF */
  public static final int WGL_I3D_genlock = 1;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_MULTIVIEW_I3D = 0x2044;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_EXTENAL_SYNC_I3D = 0x2045;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_EXTENAL_FIELD_I3D = 0x2046;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_EXTENAL_TTL_I3D = 0x2047;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D = 0x2048;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D = 0x2049;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D = 0x204A;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_EDGE_RISING_I3D = 0x204B;
  /** Part of WGL_I3D_genlock */
  public static final int WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D = 0x204C;
  /** Part of CORE DEF */
  public static final int WGL_I3D_image_buffer = 1;
  /** Part of WGL_I3D_image_buffer */
  public static final int WGL_IMAGE_BUFFER_MIN_ACCESS_I3D = 0x00000001;
  /** Part of WGL_I3D_image_buffer */
  public static final int WGL_IMAGE_BUFFER_LOCK_I3D = 0x00000002;
  /** Part of CORE DEF */
  public static final int WGL_I3D_swap_frame_lock = 1;
  /** Part of CORE DEF */
  public static final int WGL_I3D_swap_frame_usage = 1;
  /** Part of CORE DEF */
  public static final int WGL_NV_DX_interop = 1;
  /** Part of WGL_NV_DX_interop */
  public static final int WGL_ACCESS_READ_ONLY_NV = 0x00000000;
  /** Part of WGL_NV_DX_interop */
  public static final int WGL_ACCESS_READ_WRITE_NV = 0x00000001;
  /** Part of WGL_NV_DX_interop */
  public static final int WGL_ACCESS_WRITE_DISCARD_NV = 0x00000002;
  /** Part of CORE DEF */
  public static final int WGL_NV_DX_interop2 = 1;
  /** Part of CORE DEF */
  public static final int WGL_NV_copy_image = 1;
  /** Part of CORE DEF */
  public static final int WGL_NV_float_buffer = 1;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_FLOAT_COMPONENTS_NV = 0x20B0;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV = 0x20B1;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV = 0x20B2;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV = 0x20B3;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV = 0x20B4;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_TEXTURE_FLOAT_R_NV = 0x20B5;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_TEXTURE_FLOAT_RG_NV = 0x20B6;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_TEXTURE_FLOAT_RGB_NV = 0x20B7;
  /** Part of WGL_NV_float_buffer */
  public static final int WGL_TEXTURE_FLOAT_RGBA_NV = 0x20B8;
  /** Part of CORE DEF */
  public static final int WGL_NV_gpu_affinity = 1;
  /** Part of CORE DEF */
  public static final int ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV = 0x20D0;
  /** Part of CORE DEF */
  public static final int ERROR_MISSING_AFFINITY_MASK_NV = 0x20D1;
  /** Part of CORE DEF */
  public static final int WGL_NV_multisample_coverage = 1;
  /** Part of WGL_NV_multisample_coverage */
  public static final int WGL_COVERAGE_SAMPLES_NV = 0x2042;
  /** Part of WGL_NV_multisample_coverage */
  public static final int WGL_COLOR_SAMPLES_NV = 0x20B9;
  /** Part of CORE DEF */
  public static final int WGL_NV_render_depth_texture = 1;
  /** Part of WGL_NV_render_depth_texture */
  public static final int WGL_BIND_TO_TEXTURE_DEPTH_NV = 0x20A3;
  /** Part of WGL_NV_render_depth_texture */
  public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV = 0x20A4;
  /** Part of WGL_NV_render_depth_texture */
  public static final int WGL_DEPTH_TEXTURE_FORMAT_NV = 0x20A5;
  /** Part of WGL_NV_render_depth_texture */
  public static final int WGL_TEXTURE_DEPTH_COMPONENT_NV = 0x20A6;
  /** Part of WGL_NV_render_depth_texture */
  public static final int WGL_DEPTH_COMPONENT_NV = 0x20A7;
  /** Part of CORE DEF */
  public static final int WGL_NV_render_texture_rectangle = 1;
  /** Part of WGL_NV_render_texture_rectangle */
  public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV = 0x20A0;
  /** Part of WGL_NV_render_texture_rectangle */
  public static final int WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV = 0x20A1;
  /** Part of WGL_NV_render_texture_rectangle */
  public static final int WGL_TEXTURE_RECTANGLE_NV = 0x20A2;
  /** Part of CORE DEF */
  public static final int WGL_NV_swap_group = 1;
  /** Part of CORE DEF */
  public static final int WGL_NV_vertex_array_range = 1;
  /** Part of CORE DEF */
  public static final int WGL_OML_sync_control = 1;

  /** Entry point to C language function:  LPVOID wglAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority)  
Part of WGL_NV_vertex_array_range */ public ByteBuffer wglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority); /** Entry point to C language function: BOOL wglBeginFrameTrackingI3D(void)
Part of WGL_I3D_swap_frame_usage */ public boolean wglBeginFrameTrackingI3D(); /** Entry point to C language function: GLboolean wglBindDisplayColorTableEXT(GLushort id)
Part of WGL_EXT_display_color_table */ public boolean wglBindDisplayColorTableEXT(short id); /** Entry point to C language function: BOOL wglBindSwapBarrierNV(GLuint group, GLuint barrier)
Part of WGL_NV_swap_group */ public boolean wglBindSwapBarrierNV(int group, int barrier); /** Entry point to C language function: BOOL wglBindTexImageARB(HANDLE hPbuffer, int iBuffer)
Part of WGL_ARB_render_texture */ public boolean wglBindTexImageARB(long hPbuffer, int iBuffer); /** Entry point to C language function: void wglBlitContextFramebufferAMD(HANDLE dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of WGL_AMD_gpu_association */ public void wglBlitContextFramebufferAMD(long dstCtx, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter); /** Entry point to C language function: BOOL wglChoosePixelFormatARB(HANDLE hdc, int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats)
Part of WGL_ARB_pixel_format @param piAttribIList a direct only {@link java.nio.IntBuffer} @param pfAttribFList a direct only {@link java.nio.FloatBuffer} @param piFormats a direct only {@link java.nio.IntBuffer} @param nNumFormats a direct only {@link java.nio.IntBuffer} */ public boolean wglChoosePixelFormatARB(long hdc, IntBuffer piAttribIList, FloatBuffer pfAttribFList, int nMaxFormats, IntBuffer piFormats, IntBuffer nNumFormats); /** Entry point to C language function: BOOL wglChoosePixelFormatEXT(HANDLE hdc, int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats)
Part of WGL_EXT_pixel_format @param piAttribIList a direct only {@link java.nio.IntBuffer} @param pfAttribFList a direct only {@link java.nio.FloatBuffer} @param piFormats a direct only {@link java.nio.IntBuffer} @param nNumFormats a direct only {@link java.nio.IntBuffer} */ public boolean wglChoosePixelFormatEXT(long hdc, IntBuffer piAttribIList, FloatBuffer pfAttribFList, int nMaxFormats, IntBuffer piFormats, IntBuffer nNumFormats); /** Entry point to C language function: BOOL wglCopyImageSubDataNV(HANDLE hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HANDLE hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
Part of WGL_NV_copy_image */ public boolean wglCopyImageSubDataNV(long hSrcRC, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, long hDstRC, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth); /** Entry point to C language function: HANDLE wglCreateAssociatedContextAMD(UINT id)
Part of WGL_AMD_gpu_association */ public long wglCreateAssociatedContextAMD(int id); /** Entry point to C language function: HANDLE wglCreateAssociatedContextAttribsAMD(UINT id, HANDLE hShareContext, int * attribList)
Part of WGL_AMD_gpu_association @param attribList a direct only {@link java.nio.IntBuffer} */ public long wglCreateAssociatedContextAttribsAMD(int id, long hShareContext, IntBuffer attribList); /** Entry point to C language function: HANDLE wglCreateBufferRegionARB(HANDLE hDC, int iLayerPlane, UINT uType)
Part of WGL_ARB_buffer_region */ public long wglCreateBufferRegionARB(long hDC, int iLayerPlane, int uType); /** Entry point to C language function: HANDLE wglCreateContextAttribsARB(HANDLE hDC, HANDLE hShareContext, int * attribList)
Part of WGL_ARB_create_context @param attribList a direct only {@link java.nio.IntBuffer} */ public long wglCreateContextAttribsARB(long hDC, long hShareContext, IntBuffer attribList); /** Entry point to C language function: GLboolean wglCreateDisplayColorTableEXT(GLushort id)
Part of WGL_EXT_display_color_table */ public boolean wglCreateDisplayColorTableEXT(short id); /** Entry point to C language function: HANDLE wglCreatePbufferARB(HANDLE hDC, int iPixelFormat, int iWidth, int iHeight, int * piAttribList)
Part of WGL_ARB_pbuffer @param piAttribList a direct only {@link java.nio.IntBuffer} */ public long wglCreatePbufferARB(long hDC, int iPixelFormat, int iWidth, int iHeight, IntBuffer piAttribList); /** Entry point to C language function: HANDLE wglCreatePbufferEXT(HANDLE hDC, int iPixelFormat, int iWidth, int iHeight, int * piAttribList)
Part of WGL_EXT_pbuffer @param piAttribList a direct only {@link java.nio.IntBuffer} */ public long wglCreatePbufferEXT(long hDC, int iPixelFormat, int iWidth, int iHeight, IntBuffer piAttribList); /** Entry point to C language function: BOOL wglDXCloseDeviceNV(HANDLE hDevice)
Part of WGL_NV_DX_interop */ public boolean wglDXCloseDeviceNV(long hDevice); /** Entry point to C language function: BOOL wglDXLockObjectsNV(HANDLE hDevice, GLint count, HANDLE * hObjects)
Part of WGL_NV_DX_interop @param hObjects a direct only {@link com.jogamp.common.nio.PointerBuffer} */ public boolean wglDXLockObjectsNV(long hDevice, int count, PointerBuffer hObjects); /** Entry point to C language function: BOOL wglDXObjectAccessNV(HANDLE hObject, GLenum access)
Part of WGL_NV_DX_interop */ public boolean wglDXObjectAccessNV(long hObject, int access); /** Entry point to C language function: HANDLE wglDXOpenDeviceNV(LPVOID dxDevice)
Part of WGL_NV_DX_interop @param dxDevice a direct only {@link java.nio.Buffer} */ public long wglDXOpenDeviceNV(Buffer dxDevice); /** Entry point to C language function: HANDLE wglDXRegisterObjectNV(HANDLE hDevice, LPVOID dxObject, GLuint name, GLenum type, GLenum access)
Part of WGL_NV_DX_interop @param dxObject a direct only {@link java.nio.Buffer} */ public long wglDXRegisterObjectNV(long hDevice, Buffer dxObject, int name, int type, int access); /** Entry point to C language function: BOOL wglDXSetResourceShareHandleNV(LPVOID dxObject, HANDLE shareHandle)
Part of WGL_NV_DX_interop @param dxObject a direct only {@link java.nio.Buffer} */ public boolean wglDXSetResourceShareHandleNV(Buffer dxObject, long shareHandle); /** Entry point to C language function: BOOL wglDXUnlockObjectsNV(HANDLE hDevice, GLint count, HANDLE * hObjects)
Part of WGL_NV_DX_interop @param hObjects a direct only {@link com.jogamp.common.nio.PointerBuffer} */ public boolean wglDXUnlockObjectsNV(long hDevice, int count, PointerBuffer hObjects); /** Entry point to C language function: BOOL wglDXUnregisterObjectNV(HANDLE hDevice, HANDLE hObject)
Part of WGL_NV_DX_interop */ public boolean wglDXUnregisterObjectNV(long hDevice, long hObject); /** Entry point to C language function: BOOL wglDeleteAssociatedContextAMD(HANDLE hglrc)
Part of WGL_AMD_gpu_association */ public boolean wglDeleteAssociatedContextAMD(long hglrc); /** Entry point to C language function: void wglDeleteBufferRegionARB(HANDLE hRegion)
Part of WGL_ARB_buffer_region */ public void wglDeleteBufferRegionARB(long hRegion); /** Entry point to C language function: void wglDestroyDisplayColorTableEXT(GLushort id)
Part of WGL_EXT_display_color_table */ public void wglDestroyDisplayColorTableEXT(short id); /** Entry point to C language function: BOOL wglDestroyPbufferARB(HANDLE hPbuffer)
Part of WGL_ARB_pbuffer */ public boolean wglDestroyPbufferARB(long hPbuffer); /** Entry point to C language function: BOOL wglDestroyPbufferEXT(HANDLE hPbuffer)
Part of WGL_EXT_pbuffer */ public boolean wglDestroyPbufferEXT(long hPbuffer); /** Entry point to C language function: BOOL wglDisableFrameLockI3D(void)
Part of WGL_I3D_swap_frame_lock */ public boolean wglDisableFrameLockI3D(); /** Entry point to C language function: BOOL wglEnableFrameLockI3D(void)
Part of WGL_I3D_swap_frame_lock */ public boolean wglEnableFrameLockI3D(); /** Entry point to C language function: BOOL wglEndFrameTrackingI3D(void)
Part of WGL_I3D_swap_frame_usage */ public boolean wglEndFrameTrackingI3D(); /** Entry point to C language function: void wglFreeMemoryNV(LPVOID pointer)
Part of WGL_NV_vertex_array_range @param pointer a direct only {@link java.nio.Buffer} */ public void wglFreeMemoryNV(Buffer pointer); /** Entry point to C language function: UINT wglGetContextGPUIDAMD(HANDLE hglrc)
Part of WGL_AMD_gpu_association */ public int wglGetContextGPUIDAMD(long hglrc); /** Entry point to C language function: HANDLE wglGetCurrentAssociatedContextAMD(void)
Part of WGL_AMD_gpu_association */ public long wglGetCurrentAssociatedContextAMD(); /** Entry point to C language function: HANDLE wglGetCurrentReadDC(void)
Part of WGL_ARB_make_current_read */ public long wglGetCurrentReadDC(); /** Entry point to C language function: LPCSTR wglGetExtensionsStringARB(HANDLE hdc)
Part of WGL_ARB_extensions_string */ public String wglGetExtensionsStringARB(long hdc); /** Entry point to C language function: LPCSTR wglGetExtensionsStringEXT(void)
Part of WGL_EXT_extensions_string */ public String wglGetExtensionsStringEXT(); /** Entry point to C language function: BOOL wglGetFrameUsageI3D(float * pUsage)
Part of WGL_I3D_swap_frame_usage @param pUsage a direct only {@link java.nio.FloatBuffer} */ public boolean wglGetFrameUsageI3D(FloatBuffer pUsage); /** Entry point to C language function: UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
Part of WGL_AMD_gpu_association @param ids a direct only {@link java.nio.IntBuffer} */ public int wglGetGPUIDsAMD(int maxCount, IntBuffer ids); /** Entry point to C language function: INT wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, LPVOID data)
Part of WGL_AMD_gpu_association @param data a direct only {@link java.nio.Buffer} */ public int wglGetGPUInfoAMD(int id, int property, int dataType, int size, Buffer data); /** Entry point to C language function: HANDLE wglGetPbufferDCARB(HANDLE hPbuffer)
Part of WGL_ARB_pbuffer */ public long wglGetPbufferDCARB(long hPbuffer); /** Entry point to C language function: HANDLE wglGetPbufferDCEXT(HANDLE hPbuffer)
Part of WGL_EXT_pbuffer */ public long wglGetPbufferDCEXT(long hPbuffer); /** Entry point to C language function: BOOL wglGetPixelFormatAttribfvARB(HANDLE hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, FLOAT * pfValues)
Part of WGL_ARB_pixel_format @param piAttributes a direct only {@link java.nio.IntBuffer} @param pfValues a direct only {@link java.nio.FloatBuffer} */ public boolean wglGetPixelFormatAttribfvARB(long hdc, int iPixelFormat, int iLayerPlane, int nAttributes, IntBuffer piAttributes, FloatBuffer pfValues); /** Entry point to C language function: BOOL wglGetPixelFormatAttribfvEXT(HANDLE hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, FLOAT * pfValues)
Part of WGL_EXT_pixel_format @param piAttributes a direct only {@link java.nio.IntBuffer} @param pfValues a direct only {@link java.nio.FloatBuffer} */ public boolean wglGetPixelFormatAttribfvEXT(long hdc, int iPixelFormat, int iLayerPlane, int nAttributes, IntBuffer piAttributes, FloatBuffer pfValues); /** Entry point to C language function: BOOL wglGetPixelFormatAttribivARB(HANDLE hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, int * piValues)
Part of WGL_ARB_pixel_format @param piAttributes a direct only {@link java.nio.IntBuffer} @param piValues a direct only {@link java.nio.IntBuffer} */ public boolean wglGetPixelFormatAttribivARB(long hdc, int iPixelFormat, int iLayerPlane, int nAttributes, IntBuffer piAttributes, IntBuffer piValues); /** Entry point to C language function: BOOL wglGetPixelFormatAttribivEXT(HANDLE hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, int * piValues)
Part of WGL_EXT_pixel_format @param piAttributes a direct only {@link java.nio.IntBuffer} @param piValues a direct only {@link java.nio.IntBuffer} */ public boolean wglGetPixelFormatAttribivEXT(long hdc, int iPixelFormat, int iLayerPlane, int nAttributes, IntBuffer piAttributes, IntBuffer piValues); /** Entry point to C language function: int wglGetSwapIntervalEXT(void)
Part of WGL_EXT_swap_control */ public int wglGetSwapIntervalEXT(); /** Entry point to C language function: BOOL wglIsEnabledFrameLockI3D(BOOL * pFlag)
Part of WGL_I3D_swap_frame_lock @param pFlag a direct only {@link java.nio.ByteBuffer} */ public boolean wglIsEnabledFrameLockI3D(ByteBuffer pFlag); /** Entry point to C language function: BOOL wglJoinSwapGroupNV(HANDLE hDC, GLuint group)
Part of WGL_NV_swap_group */ public boolean wglJoinSwapGroupNV(long hDC, int group); /** Entry point to C language function: GLboolean wglLoadDisplayColorTableEXT(const GLushort * table, GLuint length)
Part of WGL_EXT_display_color_table @param table a direct only {@link java.nio.ShortBuffer} */ public boolean wglLoadDisplayColorTableEXT(ShortBuffer table, int length); /** Entry point to C language function: BOOL wglMakeAssociatedContextCurrentAMD(HANDLE hglrc)
Part of WGL_AMD_gpu_association */ public boolean wglMakeAssociatedContextCurrentAMD(long hglrc); /** Entry point to C language function: BOOL wglMakeContextCurrent(HANDLE hDrawDC, HANDLE hReadDC, HANDLE hglrc)
Part of WGL_ARB_make_current_read */ public boolean wglMakeContextCurrent(long hDrawDC, long hReadDC, long hglrc); /** Entry point to C language function: BOOL wglQueryFrameCountNV(HANDLE hDC, GLuint * count)
Part of WGL_NV_swap_group @param count a direct only {@link java.nio.IntBuffer} */ public boolean wglQueryFrameCountNV(long hDC, IntBuffer count); /** Entry point to C language function: BOOL wglQueryFrameLockMasterI3D(BOOL * pFlag)
Part of WGL_I3D_swap_frame_lock @param pFlag a direct only {@link java.nio.ByteBuffer} */ public boolean wglQueryFrameLockMasterI3D(ByteBuffer pFlag); /** Entry point to C language function: BOOL wglQueryFrameTrackingI3D(DWORD * pFrameCount, DWORD * pMissedFrames, float * pLastMissedUsage)
Part of WGL_I3D_swap_frame_usage @param pFrameCount a direct only {@link java.nio.IntBuffer} @param pMissedFrames a direct only {@link java.nio.IntBuffer} @param pLastMissedUsage a direct only {@link java.nio.FloatBuffer} */ public boolean wglQueryFrameTrackingI3D(IntBuffer pFrameCount, IntBuffer pMissedFrames, FloatBuffer pLastMissedUsage); /** Entry point to C language function: BOOL wglQueryMaxSwapGroupsNV(HANDLE hDC, GLuint * maxGroups, GLuint * maxBarriers)
Part of WGL_NV_swap_group @param maxGroups a direct only {@link java.nio.IntBuffer} @param maxBarriers a direct only {@link java.nio.IntBuffer} */ public boolean wglQueryMaxSwapGroupsNV(long hDC, IntBuffer maxGroups, IntBuffer maxBarriers); /** Entry point to C language function: BOOL wglQueryPbufferARB(HANDLE hPbuffer, int iAttribute, int * piValue)
Part of WGL_ARB_pbuffer @param piValue a direct only {@link java.nio.IntBuffer} */ public boolean wglQueryPbufferARB(long hPbuffer, int iAttribute, IntBuffer piValue); /** Entry point to C language function: BOOL wglQueryPbufferEXT(HANDLE hPbuffer, int iAttribute, int * piValue)
Part of WGL_EXT_pbuffer @param piValue a direct only {@link java.nio.IntBuffer} */ public boolean wglQueryPbufferEXT(long hPbuffer, int iAttribute, IntBuffer piValue); /** Entry point to C language function: BOOL wglQuerySwapGroupNV(HANDLE hDC, GLuint * group, GLuint * barrier)
Part of WGL_NV_swap_group @param group a direct only {@link java.nio.IntBuffer} @param barrier a direct only {@link java.nio.IntBuffer} */ public boolean wglQuerySwapGroupNV(long hDC, IntBuffer group, IntBuffer barrier); /** Entry point to C language function: int wglReleasePbufferDCARB(HANDLE hPbuffer, HANDLE hDC)
Part of WGL_ARB_pbuffer */ public int wglReleasePbufferDCARB(long hPbuffer, long hDC); /** Entry point to C language function: int wglReleasePbufferDCEXT(HANDLE hPbuffer, HANDLE hDC)
Part of WGL_EXT_pbuffer */ public int wglReleasePbufferDCEXT(long hPbuffer, long hDC); /** Entry point to C language function: BOOL wglReleaseTexImageARB(HANDLE hPbuffer, int iBuffer)
Part of WGL_ARB_render_texture */ public boolean wglReleaseTexImageARB(long hPbuffer, int iBuffer); /** Entry point to C language function: BOOL wglResetFrameCountNV(HANDLE hDC)
Part of WGL_NV_swap_group */ public boolean wglResetFrameCountNV(long hDC); /** Entry point to C language function: BOOL wglRestoreBufferRegionARB(HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc)
Part of WGL_ARB_buffer_region */ public boolean wglRestoreBufferRegionARB(long hRegion, int x, int y, int width, int height, int xSrc, int ySrc); /** Entry point to C language function: BOOL wglSaveBufferRegionARB(HANDLE hRegion, int x, int y, int width, int height)
Part of WGL_ARB_buffer_region */ public boolean wglSaveBufferRegionARB(long hRegion, int x, int y, int width, int height); /** Entry point to C language function: BOOL wglSetPbufferAttribARB(HANDLE hPbuffer, int * piAttribList)
Part of WGL_ARB_render_texture @param piAttribList a direct only {@link java.nio.IntBuffer} */ public boolean wglSetPbufferAttribARB(long hPbuffer, IntBuffer piAttribList); /** Entry point to C language function: BOOL wglSetStereoEmitterState3DL(HANDLE hDC, UINT uState)
Part of WGL_3DL_stereo_control */ public boolean wglSetStereoEmitterState3DL(long hDC, int uState); /** Entry point to C language function: BOOL wglSwapIntervalEXT(int interval)
Part of WGL_EXT_swap_control */ public boolean wglSwapIntervalEXT(int interval); // --- Begin CustomJavaCode .cfg declarations public boolean isFunctionAvailable(String glFunctionName); public boolean isExtensionAvailable(String glExtensionName); // ---- End CustomJavaCode .cfg declarations } // end of class WGLExt




© 2015 - 2024 Weber Informatics LLC | Privacy Policy