Changeset 106085 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Sep 18, 2024 8:31:48 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDXDDI.cpp
r106061 r106085 4832 4832 /* Support of 11.1 pipeline assumes the support of 11.0, 10.1 and 10.0 pipelines. */ 4833 4833 pCaps->Caps = 4834 D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11_1DDI_3DPIPELINELEVEL_11_1) |4835 4834 D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11DDI_3DPIPELINELEVEL_11_0) | 4836 4835 D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11DDI_3DPIPELINELEVEL_10_1) | 4837 4836 D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11DDI_3DPIPELINELEVEL_10_0); 4837 if (pAdapter->fVBoxCaps & VBSVGA3D_CAP_RASTERIZER_STATE_V2) 4838 pCaps->Caps |= D3D11DDI_ENCODE_3DPIPELINESUPPORT_CAP(D3D11_1DDI_3DPIPELINELEVEL_11_1); 4838 4839 break; 4839 4840 }
Note:
See TracChangeset
for help on using the changeset viewer.