VirtualBox

Ignore:
Timestamp:
Aug 1, 2012 10:26:43 AM (13 years ago)
Author:
vboxsync
Message:

crOgl/wddm: per-context connections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/wined3d_gl.h

    r41929 r42499  
    13741374
    13751375/* WGL functions */
    1376 HGLRC (WINAPI *pwglCreateContext)(HDC) DECLSPEC_HIDDEN;
    13771376BOOL (WINAPI *pwglDeleteContext)(HGLRC) DECLSPEC_HIDDEN;
    13781377HGLRC (WINAPI *pwglGetCurrentContext)(void) DECLSPEC_HIDDEN;
     
    13821381BOOL (WINAPI *pwglSwapLayerBuffers)(HDC, UINT) DECLSPEC_HIDDEN;
    13831382BOOL (WINAPI *pwglShareLists)(HGLRC, HGLRC) DECLSPEC_HIDDEN;
     1383
     1384HGLRC (WINAPI *pVBoxCreateContext)(HDC, struct VBOXUHGSMI*) DECLSPEC_HIDDEN;
    13841385
    13851386#define GL_FUNCS_GEN \
     
    17211722
    17221723#define WGL_FUNCS_GEN \
    1723     USE_WGL_FUNC(wglCreateContext) \
    17241724    USE_WGL_FUNC(wglDeleteContext) \
    17251725    USE_WGL_FUNC(wglGetCurrentContext) \
     
    17291729    USE_WGL_FUNC(wglShareLists) \
    17301730    USE_WGL_FUNC(wglSwapLayerBuffers)
     1731
     1732#define VBOX_FUNCS_GEN \
     1733    USE_WGL_FUNC(VBoxCreateContext)
    17311734
    17321735/* OpenGL extensions. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette