diff options
Diffstat (limited to 'glew/auto/extensions/gl/WGL_3DL_stereo_control')
-rw-r--r-- | glew/auto/extensions/gl/WGL_3DL_stereo_control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/WGL_3DL_stereo_control b/glew/auto/extensions/gl/WGL_3DL_stereo_control new file mode 100644 index 0000000..e8c8908 --- /dev/null +++ b/glew/auto/extensions/gl/WGL_3DL_stereo_control @@ -0,0 +1,9 @@ +WGL_3DL_stereo_control +https://www.khronos.org/registry/OpenGL/extensions/3DL/WGL_3DL_stereo_control.txt +WGL_3DL_stereo_control + + WGL_STEREO_EMITTER_ENABLE_3DL 0x2055 + WGL_STEREO_EMITTER_DISABLE_3DL 0x2056 + WGL_STEREO_POLARITY_NORMAL_3DL 0x2057 + WGL_STEREO_POLARITY_INVERT_3DL 0x2058 + BOOL wglSetStereoEmitterState3DL (HDC hDC, UINT uState) |