Changeset 94150 in vbox
- Timestamp:
- Mar 9, 2022 2:48:30 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150400
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp
r94149 r94150 42 42 #include "DevVGA-SVGA3d-dx-shader.h" 43 43 44 #include <d3d11.h> 44 /* d3d11_1.h has a structure field named 'Status' but Status is defined as int on Linux host */ 45 #if defined(Status) 46 #undef Status 47 #endif 48 #include <d3d11_1.h> 45 49 46 50 … … 817 821 static D3D_FEATURE_LEVEL const s_aFeatureLevels[] = 818 822 { 819 /// @todo Requires a Windows 8+ _SDKS:D3D_FEATURE_LEVEL_11_1,823 D3D_FEATURE_LEVEL_11_1, 820 824 D3D_FEATURE_LEVEL_11_0 821 825 };
Note:
See TracChangeset
for help on using the changeset viewer.