Changeset 99941 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 23, 2023 5:06:41 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r98294 r99941 182 182 #include <VBox/settings.h> 183 183 #include <VBox/sup.h> 184 #ifdef VBOX_WITH_3D_ACCELERATION185 # include <VBox/VBoxOGL.h>186 #endif187 184 #include <iprt/x86.h> 188 185 … … 1476 1473 1477 1474 #ifdef VBOX_WITH_3D_ACCELERATION 1478 bool fSupported = VBoxOglIs3DAccelerationSupported();1475 bool fSupported = true; // Test if Vulkan or DirectX is appropriately supported on the host 1479 1476 #else 1480 1477 bool fSupported = false; /* shouldn't get here, but just in case. */
Note:
See TracChangeset
for help on using the changeset viewer.