VirtualBox

Changeset 99941 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 23, 2023 5:06:41 PM (21 months ago)
Author:
vboxsync
Message:

Main, FE/Qt: Wiping out old OpenGLTest code used widely across the project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r98294 r99941  
    182182#include <VBox/settings.h>
    183183#include <VBox/sup.h>
    184 #ifdef VBOX_WITH_3D_ACCELERATION
    185 # include <VBox/VBoxOGL.h>
    186 #endif
    187184#include <iprt/x86.h>
    188185
     
    14761473
    14771474#ifdef VBOX_WITH_3D_ACCELERATION
    1478         bool fSupported = VBoxOglIs3DAccelerationSupported();
     1475        bool fSupported = true; // Test if Vulkan or DirectX is appropriately supported on the host
    14791476#else
    14801477        bool fSupported = false; /* shouldn't get here, but just in case. */
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