VirtualBox

Changeset 40845 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Apr 10, 2012 1:07:39 PM (13 years ago)
Author:
vboxsync
Message:

3D check: direct invocation on the client side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r40767 r40845  
    6969#ifdef VBOX_WITH_CROGL
    7070# include <VBox/HostServices/VBoxCrOpenGLSvc.h>
     71#include <VBox/VBoxOGLTest.h>
    7172#endif
    7273#ifdef VBOX_WITH_GUEST_PROPS
     
    25222523            if (fEnabled3D)
    25232524            {
    2524                 BOOL fSupports3D = false;
    2525                 hrc = host->COMGETTER(Acceleration3DAvailable)(&fSupports3D); H();
     2525                BOOL fSupports3D = VBoxOglIs3DAccelerationSupported();
    25262526                if (!fSupports3D)
    25272527                    return VMSetError(pVM, VERR_NOT_AVAILABLE, RT_SRC_POS,
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