VirtualBox

Changeset 46783 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 25, 2013 4:09:37 PM (11 years ago)
Author:
vboxsync
Message:

wddm/crOpenGL: more TexPresent impl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h

    r44528 r46783  
    5353#define SHCRGL_GUEST_FN_WRITE_BUFFER        (13)
    5454#define SHCRGL_GUEST_FN_WRITE_READ_BUFFERED (14)
     55#define SHCRGL_GUEST_FN_GET_CAPS            (15)
    5556
    5657/* Parameters count */
     
    6970#define SHCRGL_CPARMS_SET_OUTPUT_REDIRECT (1)
    7071#define SHCRGL_CPARMS_VIEWPORT_CHANGED (5)
     72#define SHCRGL_CPARMS_GET_CAPS (1)
    7173
    7274/* @todo Move to H3DOR.h begin */
     
    269271} CRVBOXHGCMSETVERSION;
    270272
     273/** GUEST_FN_GET_CAPS Parameters structure. */
     274typedef struct
     275{
     276    VBoxGuestHGCMCallInfo   hdr;
     277
     278    /** 32bit, out
     279     *  Caps
     280     */
     281    HGCMFunctionParameter   Caps;
     282} CRVBOXHGCMGETCAPS;
     283
    271284/** GUEST_FN_INJECT Parameters structure. */
    272285typedef struct
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