Changeset 84856 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
- Timestamp:
- Jun 17, 2020 4:04:47 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138675
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r84849 r84856 2643 2643 #else 2644 2644 /** @todo Docs indicates that we should be using 2645 * D3DCREATE_HARDWARE_VERTEXPROCESSING with W10 1607 and higher. 2646 * https://docs.microsoft.com/en-us/windows/win32/direct3d9/d3dcreate */ 2645 * D3DCREATE_HARDWARE_VERTEXPROCESSING with W10 1607 and higher. 2646 * https://docs.microsoft.com/en-us/windows/win32/direct3d9/d3dcreate */ 2647 2647 hr = pState->pD3D9->CreateDeviceEx(D3DADAPTER_DEFAULT, 2648 2648 D3DDEVTYPE_HAL,
Note:
See TracChangeset
for help on using the changeset viewer.