Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1452 | chris | 1 | namespace OpenTK.Platform.Windows |
| 2 | { |
||
| 3 | #pragma warning disable 3019 |
||
| 4 | #pragma warning disable 1591 |
||
| 5 | |||
| 6 | public enum ArbCreateContext |
||
| 7 | { |
||
| 8 | DebugBit = 0x0001, |
||
| 9 | ForwardCompatibleBit = 0x0002, |
||
| 10 | MajorVersion = 0x2091, |
||
| 11 | MinorVersion = 0x2092, |
||
| 12 | LayerPlane = 0x2093, |
||
| 13 | Flags = 0x2094, |
||
| 14 | ErrorInvalidVersion = 0x2095, |
||
| 15 | } |
||
| 16 | |||
| 17 | public enum WGL_ARB_buffer_region |
||
| 18 | { |
||
| 19 | BackColorBufferBitArb = ((int)0x00000002), |
||
| 20 | StencilBufferBitArb = ((int)0x00000008), |
||
| 21 | FrontColorBufferBitArb = ((int)0x00000001), |
||
| 22 | DepthBufferBitArb = ((int)0x00000004), |
||
| 23 | } |
||
| 24 | |||
| 25 | public enum WGL_EXT_pixel_format |
||
| 26 | { |
||
| 27 | SupportGdiExt = ((int)0x200f), |
||
| 28 | TypeColorindexExt = ((int)0x202c), |
||
| 29 | AccelerationExt = ((int)0x2003), |
||
| 30 | GreenBitsExt = ((int)0x2017), |
||
| 31 | DrawToWindowExt = ((int)0x2001), |
||
| 32 | SwapCopyExt = ((int)0x2029), |
||
| 33 | DrawToBitmapExt = ((int)0x2002), |
||
| 34 | TransparentExt = ((int)0x200a), |
||
| 35 | SwapMethodExt = ((int)0x2007), |
||
| 36 | SwapLayerBuffersExt = ((int)0x2006), |
||
| 37 | PixelTypeExt = ((int)0x2013), |
||
| 38 | AlphaShiftExt = ((int)0x201c), |
||
| 39 | AccumRedBitsExt = ((int)0x201e), |
||
| 40 | FullAccelerationExt = ((int)0x2027), |
||
| 41 | SupportOpenglExt = ((int)0x2010), |
||
| 42 | BlueShiftExt = ((int)0x201a), |
||
| 43 | RedBitsExt = ((int)0x2015), |
||
| 44 | NoAccelerationExt = ((int)0x2025), |
||
| 45 | StereoExt = ((int)0x2012), |
||
| 46 | GreenShiftExt = ((int)0x2018), |
||
| 47 | BlueBitsExt = ((int)0x2019), |
||
| 48 | AlphaBitsExt = ((int)0x201b), |
||
| 49 | RedShiftExt = ((int)0x2016), |
||
| 50 | DepthBitsExt = ((int)0x2022), |
||
| 51 | TypeRgbaExt = ((int)0x202b), |
||
| 52 | GenericAccelerationExt = ((int)0x2026), |
||
| 53 | AccumAlphaBitsExt = ((int)0x2021), |
||
| 54 | AccumGreenBitsExt = ((int)0x201f), |
||
| 55 | TransparentValueExt = ((int)0x200b), |
||
| 56 | AccumBlueBitsExt = ((int)0x2020), |
||
| 57 | ShareDepthExt = ((int)0x200c), |
||
| 58 | ShareAccumExt = ((int)0x200e), |
||
| 59 | SwapExchangeExt = ((int)0x2028), |
||
| 60 | AccumBitsExt = ((int)0x201d), |
||
| 61 | NumberUnderlaysExt = ((int)0x2009), |
||
| 62 | StencilBitsExt = ((int)0x2023), |
||
| 63 | DoubleBufferExt = ((int)0x2011), |
||
| 64 | NeedPaletteExt = ((int)0x2004), |
||
| 65 | ColorBitsExt = ((int)0x2014), |
||
| 66 | SwapUndefinedExt = ((int)0x202a), |
||
| 67 | NeedSystemPaletteExt = ((int)0x2005), |
||
| 68 | NumberOverlaysExt = ((int)0x2008), |
||
| 69 | AuxBuffersExt = ((int)0x2024), |
||
| 70 | NumberPixelFormatsExt = ((int)0x2000), |
||
| 71 | ShareStencilExt = ((int)0x200d), |
||
| 72 | } |
||
| 73 | |||
| 74 | public enum WGL_ARB_pixel_format |
||
| 75 | { |
||
| 76 | ShareStencilArb = ((int)0x200d), |
||
| 77 | AccumBitsArb = ((int)0x201d), |
||
| 78 | NumberUnderlaysArb = ((int)0x2009), |
||
| 79 | StereoArb = ((int)0x2012), |
||
| 80 | MaxPbufferHeightArb = ((int)0x2030), |
||
| 81 | TypeRgbaArb = ((int)0x202b), |
||
| 82 | SupportGdiArb = ((int)0x200f), |
||
| 83 | NeedSystemPaletteArb = ((int)0x2005), |
||
| 84 | AlphaBitsArb = ((int)0x201b), |
||
| 85 | ShareDepthArb = ((int)0x200c), |
||
| 86 | SupportOpenglArb = ((int)0x2010), |
||
| 87 | ColorBitsArb = ((int)0x2014), |
||
| 88 | AccumRedBitsArb = ((int)0x201e), |
||
| 89 | MaxPbufferWidthArb = ((int)0x202f), |
||
| 90 | NumberOverlaysArb = ((int)0x2008), |
||
| 91 | MaxPbufferPixelsArb = ((int)0x202e), |
||
| 92 | NeedPaletteArb = ((int)0x2004), |
||
| 93 | RedShiftArb = ((int)0x2016), |
||
| 94 | AccelerationArb = ((int)0x2003), |
||
| 95 | GreenBitsArb = ((int)0x2017), |
||
| 96 | TransparentGreenValueArb = ((int)0x2038), |
||
| 97 | PixelTypeArb = ((int)0x2013), |
||
| 98 | AuxBuffersArb = ((int)0x2024), |
||
| 99 | DrawToWindowArb = ((int)0x2001), |
||
| 100 | RedBitsArb = ((int)0x2015), |
||
| 101 | NumberPixelFormatsArb = ((int)0x2000), |
||
| 102 | GenericAccelerationArb = ((int)0x2026), |
||
| 103 | BlueBitsArb = ((int)0x2019), |
||
| 104 | PbufferLargestArb = ((int)0x2033), |
||
| 105 | AccumAlphaBitsArb = ((int)0x2021), |
||
| 106 | TransparentArb = ((int)0x200a), |
||
| 107 | FullAccelerationArb = ((int)0x2027), |
||
| 108 | ShareAccumArb = ((int)0x200e), |
||
| 109 | SwapExchangeArb = ((int)0x2028), |
||
| 110 | SwapUndefinedArb = ((int)0x202a), |
||
| 111 | TransparentAlphaValueArb = ((int)0x203a), |
||
| 112 | PbufferHeightArb = ((int)0x2035), |
||
| 113 | TransparentBlueValueArb = ((int)0x2039), |
||
| 114 | SwapMethodArb = ((int)0x2007), |
||
| 115 | StencilBitsArb = ((int)0x2023), |
||
| 116 | DepthBitsArb = ((int)0x2022), |
||
| 117 | GreenShiftArb = ((int)0x2018), |
||
| 118 | TransparentRedValueArb = ((int)0x2037), |
||
| 119 | DoubleBufferArb = ((int)0x2011), |
||
| 120 | NoAccelerationArb = ((int)0x2025), |
||
| 121 | TypeColorindexArb = ((int)0x202c), |
||
| 122 | SwapLayerBuffersArb = ((int)0x2006), |
||
| 123 | AccumBlueBitsArb = ((int)0x2020), |
||
| 124 | DrawToPbufferArb = ((int)0x202d), |
||
| 125 | AccumGreenBitsArb = ((int)0x201f), |
||
| 126 | PbufferWidthArb = ((int)0x2034), |
||
| 127 | TransparentIndexValueArb = ((int)0x203b), |
||
| 128 | AlphaShiftArb = ((int)0x201c), |
||
| 129 | DrawToBitmapArb = ((int)0x2002), |
||
| 130 | BlueShiftArb = ((int)0x201a), |
||
| 131 | SwapCopyArb = ((int)0x2029), |
||
| 132 | } |
||
| 133 | |||
| 134 | public enum WGL_EXT_pbuffer |
||
| 135 | { |
||
| 136 | DrawToPbufferExt = ((int)0x202d), |
||
| 137 | PbufferLargestExt = ((int)0x2033), |
||
| 138 | OptimalPbufferWidthExt = ((int)0x2031), |
||
| 139 | MaxPbufferPixelsExt = ((int)0x202e), |
||
| 140 | MaxPbufferHeightExt = ((int)0x2030), |
||
| 141 | PbufferWidthExt = ((int)0x2034), |
||
| 142 | MaxPbufferWidthExt = ((int)0x202f), |
||
| 143 | OptimalPbufferHeightExt = ((int)0x2032), |
||
| 144 | PbufferHeightExt = ((int)0x2035), |
||
| 145 | } |
||
| 146 | |||
| 147 | public enum WGL_ARB_pbuffer |
||
| 148 | { |
||
| 149 | PbufferWidthArb = ((int)0x2034), |
||
| 150 | TransparentGreenValueArb = ((int)0x2038), |
||
| 151 | PbufferHeightArb = ((int)0x2035), |
||
| 152 | PbufferLostArb = ((int)0x2036), |
||
| 153 | DrawToPbufferArb = ((int)0x202d), |
||
| 154 | TransparentIndexValueArb = ((int)0x203b), |
||
| 155 | TransparentRedValueArb = ((int)0x2037), |
||
| 156 | MaxPbufferPixelsArb = ((int)0x202e), |
||
| 157 | TransparentAlphaValueArb = ((int)0x203a), |
||
| 158 | MaxPbufferWidthArb = ((int)0x202f), |
||
| 159 | MaxPbufferHeightArb = ((int)0x2030), |
||
| 160 | TransparentBlueValueArb = ((int)0x2039), |
||
| 161 | PbufferLargestArb = ((int)0x2033), |
||
| 162 | } |
||
| 163 | |||
| 164 | public enum WGL_EXT_depth_float |
||
| 165 | { |
||
| 166 | DepthFloatExt = ((int)0x2040), |
||
| 167 | } |
||
| 168 | |||
| 169 | public enum WGL_EXT_multisample |
||
| 170 | { |
||
| 171 | SampleBuffersExt = ((int)0x2041), |
||
| 172 | SamplesExt = ((int)0x2042), |
||
| 173 | } |
||
| 174 | |||
| 175 | public enum WGL_ARB_multisample |
||
| 176 | { |
||
| 177 | SampleBuffersArb = ((int)0x2041), |
||
| 178 | SamplesArb = ((int)0x2042), |
||
| 179 | } |
||
| 180 | |||
| 181 | public enum WGL_EXT_make_current_read |
||
| 182 | { |
||
| 183 | ErrorInvalidPixelTypeExt = ((int)0x2043), |
||
| 184 | } |
||
| 185 | |||
| 186 | public enum WGL_ARB_make_current_read |
||
| 187 | { |
||
| 188 | ErrorInvalidPixelTypeArb = ((int)0x2043), |
||
| 189 | ErrorIncompatibleDeviceContextsArb = ((int)0x2054), |
||
| 190 | } |
||
| 191 | |||
| 192 | public enum WGL_I3D_genlock |
||
| 193 | { |
||
| 194 | GenlockSourceMultiviewI3d = ((int)0x2044), |
||
| 195 | GenlockSourceEdgeBothI3d = ((int)0x204c), |
||
| 196 | GenlockSourceEdgeRisingI3d = ((int)0x204b), |
||
| 197 | GenlockSourceDigitalSyncI3d = ((int)0x2048), |
||
| 198 | GenlockSourceExtenalFieldI3d = ((int)0x2046), |
||
| 199 | GenlockSourceDigitalFieldI3d = ((int)0x2049), |
||
| 200 | GenlockSourceExtenalSyncI3d = ((int)0x2045), |
||
| 201 | GenlockSourceEdgeFallingI3d = ((int)0x204a), |
||
| 202 | GenlockSourceExtenalTtlI3d = ((int)0x2047), |
||
| 203 | } |
||
| 204 | |||
| 205 | public enum WGL_I3D_gamma |
||
| 206 | { |
||
| 207 | GammaExcludeDesktopI3d = ((int)0x204f), |
||
| 208 | GammaTableSizeI3d = ((int)0x204e), |
||
| 209 | } |
||
| 210 | |||
| 211 | public enum WGL_I3D_digital_video_control |
||
| 212 | { |
||
| 213 | DigitalVideoCursorAlphaFramebufferI3d = ((int)0x2050), |
||
| 214 | DigitalVideoGammaCorrectedI3d = ((int)0x2053), |
||
| 215 | DigitalVideoCursorAlphaValueI3d = ((int)0x2051), |
||
| 216 | DigitalVideoCursorIncludedI3d = ((int)0x2052), |
||
| 217 | } |
||
| 218 | |||
| 219 | public enum WGL_3DFX_multisample |
||
| 220 | { |
||
| 221 | SampleBuffers3dfx = ((int)0x2060), |
||
| 222 | Samples3dfx = ((int)0x2061), |
||
| 223 | } |
||
| 224 | |||
| 225 | public enum WGL_ARB_render_texture |
||
| 226 | { |
||
| 227 | TextureCubeMapPositiveXArb = ((int)0x207d), |
||
| 228 | TextureCubeMapPositiveYArb = ((int)0x207f), |
||
| 229 | Aux0Arb = ((int)0x2087), |
||
| 230 | Texture1dArb = ((int)0x2079), |
||
| 231 | Aux6Arb = ((int)0x208d), |
||
| 232 | TextureCubeMapArb = ((int)0x2078), |
||
| 233 | TextureFormatArb = ((int)0x2072), |
||
| 234 | BackRightArb = ((int)0x2086), |
||
| 235 | BindToTextureRgbArb = ((int)0x2070), |
||
| 236 | MipmapLevelArb = ((int)0x207b), |
||
| 237 | CubeMapFaceArb = ((int)0x207c), |
||
| 238 | TextureCubeMapNegativeXArb = ((int)0x207e), |
||
| 239 | Aux7Arb = ((int)0x208e), |
||
| 240 | Aux8Arb = ((int)0x208f), |
||
| 241 | MipmapTextureArb = ((int)0x2074), |
||
| 242 | NoTextureArb = ((int)0x2077), |
||
| 243 | Aux3Arb = ((int)0x208a), |
||
| 244 | Texture2DArb = ((int)0x207a), |
||
| 245 | Aux1Arb = ((int)0x2088), |
||
| 246 | TextureCubeMapPositiveZArb = ((int)0x2081), |
||
| 247 | BindToTextureRgbaArb = ((int)0x2071), |
||
| 248 | TextureCubeMapNegativeYArb = ((int)0x2080), |
||
| 249 | TextureRgbaArb = ((int)0x2076), |
||
| 250 | FrontRightArb = ((int)0x2084), |
||
| 251 | Aux5Arb = ((int)0x208c), |
||
| 252 | Aux4Arb = ((int)0x208b), |
||
| 253 | TextureTargetArb = ((int)0x2073), |
||
| 254 | FrontLeftArb = ((int)0x2083), |
||
| 255 | Aux9Arb = ((int)0x2090), |
||
| 256 | TextureRgbArb = ((int)0x2075), |
||
| 257 | BackLeftArb = ((int)0x2085), |
||
| 258 | TextureCubeMapNegativeZArb = ((int)0x2082), |
||
| 259 | Aux2Arb = ((int)0x2089), |
||
| 260 | } |
||
| 261 | |||
| 262 | public enum WGL_NV_render_texture_rectangle |
||
| 263 | { |
||
| 264 | BindToTextureRectangleRgbNv = ((int)0x20a0), |
||
| 265 | BindToTextureRectangleRgbaNv = ((int)0x20a1), |
||
| 266 | TextureRectangleNv = ((int)0x20a2), |
||
| 267 | } |
||
| 268 | |||
| 269 | public enum WGL_NV_render_depth_texture |
||
| 270 | { |
||
| 271 | DepthTextureFormatNv = ((int)0x20a5), |
||
| 272 | TextureDepthComponentNv = ((int)0x20a6), |
||
| 273 | BindToTextureDepthNv = ((int)0x20a3), |
||
| 274 | DepthComponentNv = ((int)0x20a7), |
||
| 275 | BindToTextureRectangleDepthNv = ((int)0x20a4), |
||
| 276 | } |
||
| 277 | |||
| 278 | public enum WGL_NV_float_buffer |
||
| 279 | { |
||
| 280 | BindToTextureRectangleFloatRNv = ((int)0x20b1), |
||
| 281 | TextureFloatRNv = ((int)0x20b5), |
||
| 282 | TextureFloatRgbNv = ((int)0x20b7), |
||
| 283 | TextureFloatRgNv = ((int)0x20b6), |
||
| 284 | TextureFloatRgbaNv = ((int)0x20b8), |
||
| 285 | BindToTextureRectangleFloatRgbaNv = ((int)0x20b4), |
||
| 286 | FloatComponentsNv = ((int)0x20b0), |
||
| 287 | BindToTextureRectangleFloatRgNv = ((int)0x20b2), |
||
| 288 | BindToTextureRectangleFloatRgbNv = ((int)0x20b3), |
||
| 289 | } |
||
| 290 | |||
| 291 | public enum WGL_ARB_pixel_format_float |
||
| 292 | { |
||
| 293 | TypeRgbaFloatArb = ((int)0x21a0), |
||
| 294 | } |
||
| 295 | |||
| 296 | public enum WGL_ATI_pixel_format_float |
||
| 297 | { |
||
| 298 | TypeRgbaFloatAti = ((int)0x21a0), |
||
| 299 | } |
||
| 300 | |||
| 301 | public enum WGL_font_type |
||
| 302 | { |
||
| 303 | FontLines = ((int)0), |
||
| 304 | } |
||
| 305 | |||
| 306 | public enum All |
||
| 307 | { |
||
| 308 | SwapCopyExt = ((int)0x2029), |
||
| 309 | BackColorBufferBitArb = ((int)0x00000002), |
||
| 310 | FullAccelerationArb = ((int)0x2027), |
||
| 311 | AccelerationExt = ((int)0x2003), |
||
| 312 | GenlockSourceMultiviewI3d = ((int)0x2044), |
||
| 313 | Aux3Arb = ((int)0x208a), |
||
| 314 | TextureCubeMapNegativeYArb = ((int)0x2080), |
||
| 315 | DoubleBufferArb = ((int)0x2011), |
||
| 316 | SwapUndefinedExt = ((int)0x202a), |
||
| 317 | SupportGdiArb = ((int)0x200f), |
||
| 318 | Aux2Arb = ((int)0x2089), |
||
| 319 | TextureCubeMapArb = ((int)0x2078), |
||
| 320 | SwapLayerBuffersExt = ((int)0x2006), |
||
| 321 | SwapCopyArb = ((int)0x2029), |
||
| 322 | ErrorIncompatibleDeviceContextsArb = ((int)0x2054), |
||
| 323 | TypeColorindexArb = ((int)0x202c), |
||
| 324 | DigitalVideoCursorIncludedI3d = ((int)0x2052), |
||
| 325 | NeedPaletteExt = ((int)0x2004), |
||
| 326 | RedBitsArb = ((int)0x2015), |
||
| 327 | TextureCubeMapNegativeXArb = ((int)0x207e), |
||
| 328 | SampleBuffersExt = ((int)0x2041), |
||
| 329 | GenericAccelerationExt = ((int)0x2026), |
||
| 330 | BindToTextureRectangleRgbaNv = ((int)0x20a1), |
||
| 331 | NoTextureArb = ((int)0x2077), |
||
| 332 | FrontColorBufferBitArb = ((int)0x00000001), |
||
| 333 | TransparentValueExt = ((int)0x200b), |
||
| 334 | AlphaBitsArb = ((int)0x201b), |
||
| 335 | RedBitsExt = ((int)0x2015), |
||
| 336 | PbufferHeightArb = ((int)0x2035), |
||
| 337 | BindToTextureRectangleFloatRgbaNv = ((int)0x20b4), |
||
| 338 | SampleBuffersArb = ((int)0x2041), |
||
| 339 | MipmapLevelArb = ((int)0x207b), |
||
| 340 | NeedSystemPaletteExt = ((int)0x2005), |
||
| 341 | Aux4Arb = ((int)0x208b), |
||
| 342 | TextureFormatArb = ((int)0x2072), |
||
| 343 | AccumBitsExt = ((int)0x201d), |
||
| 344 | AccumBlueBitsExt = ((int)0x2020), |
||
| 345 | BackLeftArb = ((int)0x2085), |
||
| 346 | AlphaBitsExt = ((int)0x201b), |
||
| 347 | StencilBitsArb = ((int)0x2023), |
||
| 348 | DrawToPbufferExt = ((int)0x202d), |
||
| 349 | FullAccelerationExt = ((int)0x2027), |
||
| 350 | ColorBitsExt = ((int)0x2014), |
||
| 351 | BindToTextureRectangleFloatRgNv = ((int)0x20b2), |
||
| 352 | DepthBufferBitArb = ((int)0x00000004), |
||
| 353 | BindToTextureRgbaArb = ((int)0x2071), |
||
| 354 | AccumGreenBitsArb = ((int)0x201f), |
||
| 355 | AccumBitsArb = ((int)0x201d), |
||
| 356 | TypeRgbaFloatArb = ((int)0x21a0), |
||
| 357 | NeedPaletteArb = ((int)0x2004), |
||
| 358 | ShareAccumArb = ((int)0x200e), |
||
| 359 | TransparentArb = ((int)0x200a), |
||
| 360 | ShareStencilArb = ((int)0x200d), |
||
| 361 | Aux5Arb = ((int)0x208c), |
||
| 362 | ImageBufferLockI3d = ((int)0x00000002), |
||
| 363 | TextureFloatRNv = ((int)0x20b5), |
||
| 364 | DepthComponentNv = ((int)0x20a7), |
||
| 365 | FloatComponentsNv = ((int)0x20b0), |
||
| 366 | TransparentGreenValueArb = ((int)0x2038), |
||
| 367 | GenlockSourceExtenalTtlI3d = ((int)0x2047), |
||
| 368 | NeedSystemPaletteArb = ((int)0x2005), |
||
| 369 | BlueBitsExt = ((int)0x2019), |
||
| 370 | GreenShiftExt = ((int)0x2018), |
||
| 371 | OptimalPbufferWidthExt = ((int)0x2031), |
||
| 372 | AuxBuffersExt = ((int)0x2024), |
||
| 373 | TypeRgbaFloatAti = ((int)0x21a0), |
||
| 374 | FrontRightArb = ((int)0x2084), |
||
| 375 | DepthBitsExt = ((int)0x2022), |
||
| 376 | GammaTableSizeI3d = ((int)0x204e), |
||
| 377 | AccumAlphaBitsArb = ((int)0x2021), |
||
| 378 | Aux0Arb = ((int)0x2087), |
||
| 379 | TransparentIndexValueArb = ((int)0x203b), |
||
| 380 | AccumGreenBitsExt = ((int)0x201f), |
||
| 381 | TransparentBlueValueArb = ((int)0x2039), |
||
| 382 | NoAccelerationArb = ((int)0x2025), |
||
| 383 | MaxPbufferPixelsArb = ((int)0x202e), |
||
| 384 | GammaExcludeDesktopI3d = ((int)0x204f), |
||
| 385 | MaxPbufferPixelsExt = ((int)0x202e), |
||
| 386 | AccumBlueBitsArb = ((int)0x2020), |
||
| 387 | SwapUndefinedArb = ((int)0x202a), |
||
| 388 | ShareDepthExt = ((int)0x200c), |
||
| 389 | GenlockSourceEdgeBothI3d = ((int)0x204c), |
||
| 390 | Samples3dfx = ((int)0x2061), |
||
| 391 | DoubleBufferExt = ((int)0x2011), |
||
| 392 | BindToTextureRectangleFloatRgbNv = ((int)0x20b3), |
||
| 393 | SwapMethodExt = ((int)0x2007), |
||
| 394 | ErrorInvalidPixelTypeArb = ((int)0x2043), |
||
| 395 | GreenShiftArb = ((int)0x2018), |
||
| 396 | TextureFloatRgbaNv = ((int)0x20b8), |
||
| 397 | Aux1Arb = ((int)0x2088), |
||
| 398 | GreenBitsArb = ((int)0x2017), |
||
| 399 | NumberPixelFormatsExt = ((int)0x2000), |
||
| 400 | NumberOverlaysExt = ((int)0x2008), |
||
| 401 | PixelTypeArb = ((int)0x2013), |
||
| 402 | SwapLayerBuffersArb = ((int)0x2006), |
||
| 403 | DrawToBitmapArb = ((int)0x2002), |
||
| 404 | NumberPixelFormatsArb = ((int)0x2000), |
||
| 405 | PbufferLostArb = ((int)0x2036), |
||
| 406 | Aux9Arb = ((int)0x2090), |
||
| 407 | TextureCubeMapPositiveZArb = ((int)0x2081), |
||
| 408 | MaxPbufferHeightArb = ((int)0x2030), |
||
| 409 | TransparentExt = ((int)0x200a), |
||
| 410 | PbufferLargestArb = ((int)0x2033), |
||
| 411 | SwapMethodArb = ((int)0x2007), |
||
| 412 | TextureRgbaArb = ((int)0x2076), |
||
| 413 | PbufferWidthExt = ((int)0x2034), |
||
| 414 | OptimalPbufferHeightExt = ((int)0x2032), |
||
| 415 | StencilBitsExt = ((int)0x2023), |
||
| 416 | ShareStencilExt = ((int)0x200d), |
||
| 417 | DepthFloatExt = ((int)0x2040), |
||
| 418 | BindToTextureRgbArb = ((int)0x2070), |
||
| 419 | BindToTextureRectangleRgbNv = ((int)0x20a0), |
||
| 420 | GenlockSourceDigitalSyncI3d = ((int)0x2048), |
||
| 421 | AccumAlphaBitsExt = ((int)0x2021), |
||
| 422 | GenlockSourceExtenalSyncI3d = ((int)0x2045), |
||
| 423 | RedShiftExt = ((int)0x2016), |
||
| 424 | GenlockSourceDigitalFieldI3d = ((int)0x2049), |
||
| 425 | FrontLeftArb = ((int)0x2083), |
||
| 426 | BlueShiftArb = ((int)0x201a), |
||
| 427 | PbufferWidthArb = ((int)0x2034), |
||
| 428 | CubeMapFaceArb = ((int)0x207c), |
||
| 429 | StencilBufferBitArb = ((int)0x00000008), |
||
| 430 | NumberOverlaysArb = ((int)0x2008), |
||
| 431 | SwapExchangeExt = ((int)0x2028), |
||
| 432 | BackRightArb = ((int)0x2086), |
||
| 433 | DepthTextureFormatNv = ((int)0x20a5), |
||
| 434 | TextureFloatRgNv = ((int)0x20b6), |
||
| 435 | Texture1dArb = ((int)0x2079), |
||
| 436 | DepthBitsArb = ((int)0x2022), |
||
| 437 | BindToTextureDepthNv = ((int)0x20a3), |
||
| 438 | DrawToWindowArb = ((int)0x2001), |
||
| 439 | TypeRgbaExt = ((int)0x202b), |
||
| 440 | DigitalVideoCursorAlphaValueI3d = ((int)0x2051), |
||
| 441 | ErrorInvalidPixelTypeExt = ((int)0x2043), |
||
| 442 | AccumRedBitsExt = ((int)0x201e), |
||
| 443 | GreenBitsExt = ((int)0x2017), |
||
| 444 | TypeRgbaArb = ((int)0x202b), |
||
| 445 | DigitalVideoCursorAlphaFramebufferI3d = ((int)0x2050), |
||
| 446 | AuxBuffersArb = ((int)0x2024), |
||
| 447 | AccumRedBitsArb = ((int)0x201e), |
||
| 448 | TextureFloatRgbNv = ((int)0x20b7), |
||
| 449 | TypeColorindexExt = ((int)0x202c), |
||
| 450 | TransparentAlphaValueArb = ((int)0x203a), |
||
| 451 | BlueShiftExt = ((int)0x201a), |
||
| 452 | RedShiftArb = ((int)0x2016), |
||
| 453 | PbufferHeightExt = ((int)0x2035), |
||
| 454 | GenlockSourceEdgeRisingI3d = ((int)0x204b), |
||
| 455 | Texture2DArb = ((int)0x207a), |
||
| 456 | NumberUnderlaysArb = ((int)0x2009), |
||
| 457 | NumberUnderlaysExt = ((int)0x2009), |
||
| 458 | DrawToBitmapExt = ((int)0x2002), |
||
| 459 | ShareDepthArb = ((int)0x200c), |
||
| 460 | TextureDepthComponentNv = ((int)0x20a6), |
||
| 461 | NoAccelerationExt = ((int)0x2025), |
||
| 462 | PixelTypeExt = ((int)0x2013), |
||
| 463 | SupportOpenglArb = ((int)0x2010), |
||
| 464 | TextureCubeMapPositiveYArb = ((int)0x207f), |
||
| 465 | DrawToWindowExt = ((int)0x2001), |
||
| 466 | PbufferLargestExt = ((int)0x2033), |
||
| 467 | DrawToPbufferArb = ((int)0x202d), |
||
| 468 | SupportOpenglExt = ((int)0x2010), |
||
| 469 | SampleBuffers3dfx = ((int)0x2060), |
||
| 470 | GenlockSourceExtenalFieldI3d = ((int)0x2046), |
||
| 471 | MaxPbufferHeightExt = ((int)0x2030), |
||
| 472 | SupportGdiExt = ((int)0x200f), |
||
| 473 | Aux7Arb = ((int)0x208e), |
||
| 474 | DigitalVideoGammaCorrectedI3d = ((int)0x2053), |
||
| 475 | ColorBitsArb = ((int)0x2014), |
||
| 476 | Aux6Arb = ((int)0x208d), |
||
| 477 | ShareAccumExt = ((int)0x200e), |
||
| 478 | StereoArb = ((int)0x2012), |
||
| 479 | TextureRgbArb = ((int)0x2075), |
||
| 480 | AccelerationArb = ((int)0x2003), |
||
| 481 | TextureCubeMapPositiveXArb = ((int)0x207d), |
||
| 482 | TransparentRedValueArb = ((int)0x2037), |
||
| 483 | BlueBitsArb = ((int)0x2019), |
||
| 484 | SwapExchangeArb = ((int)0x2028), |
||
| 485 | SamplesExt = ((int)0x2042), |
||
| 486 | AlphaShiftExt = ((int)0x201c), |
||
| 487 | SamplesArb = ((int)0x2042), |
||
| 488 | TextureTargetArb = ((int)0x2073), |
||
| 489 | BindToTextureRectangleDepthNv = ((int)0x20a4), |
||
| 490 | AlphaShiftArb = ((int)0x201c), |
||
| 491 | Aux8Arb = ((int)0x208f), |
||
| 492 | MaxPbufferWidthExt = ((int)0x202f), |
||
| 493 | GenlockSourceEdgeFallingI3d = ((int)0x204a), |
||
| 494 | StereoExt = ((int)0x2012), |
||
| 495 | MaxPbufferWidthArb = ((int)0x202f), |
||
| 496 | TextureRectangleNv = ((int)0x20a2), |
||
| 497 | ImageBufferMinAccessI3d = ((int)0x00000001), |
||
| 498 | TextureCubeMapNegativeZArb = ((int)0x2082), |
||
| 499 | MipmapTextureArb = ((int)0x2074), |
||
| 500 | GenericAccelerationArb = ((int)0x2026), |
||
| 501 | BindToTextureRectangleFloatRNv = ((int)0x20b1), |
||
| 502 | FontLines = ((int)0), |
||
| 503 | } |
||
| 504 | |||
| 505 | public enum WGL_ARB_extensions_string |
||
| 506 | { |
||
| 507 | } |
||
| 508 | |||
| 509 | public enum WGL_I3D_image_buffer |
||
| 510 | { |
||
| 511 | ImageBufferMinAccessI3d = ((int)0x00000001), |
||
| 512 | ImageBufferLockI3d = ((int)0x00000002), |
||
| 513 | } |
||
| 514 | |||
| 515 | public enum WGL_I3D_swap_frame_lock |
||
| 516 | { |
||
| 517 | } |
||
| 518 | } |