Changeset 102808 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
- Timestamp:
- Jan 10, 2024 8:16:30 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
r102520 r102808 361 361 /** Whether the VirtualBox extensions for VMSVGA device (new commands and caps) are enabled. */ 362 362 bool fVBoxExtensions; 363 bool afPadding[3]; 363 /** Whether MSAA support is enabled. */ 364 bool fVMSVGA3dMSAA; 365 bool afPadding[2]; 364 366 uint32_t uWidth; 365 367 uint32_t uHeight;
Note:
See TracChangeset
for help on using the changeset viewer.