Changeset 39820 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
- Timestamp:
- Jan 20, 2012 1:16:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r39819 r39820 3192 3192 return hr; 3193 3193 } 3194 3195 #if 03196 pCaps->RasterCaps |= D3DPRASTERCAPS_FOGRANGE;3197 pCaps->MaxTextureWidth = 8192; // 40963198 pCaps->MaxTextureHeight = 8192; // 40963199 pCaps->MaxVolumeExtent = 2048; // 5123200 pCaps->MaxTextureAspectRatio = 8192; // 40963201 pCaps->MaxUserClipPlanes = 8; // 63202 pCaps->MaxPointSize = 63.000000; // 64.0000003203 #endif3204 3194 3205 3195 vboxDispDumpD3DCAPS9(pCaps);
Note:
See TracChangeset
for help on using the changeset viewer.