- Timestamp:
- Mar 27, 2025 11:38:49 AM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168193
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h
r108641 r108766 827 827 } 828 828 829 /** @todo r=bird: This is the same as RT_ALIGN. Best switch to using 830 * RT_ALIGN_32, RT_ALIGN_64 and RT_ALIGN_T! */ 829 831 #define VBOXWDDM_ROUNDBOUND(_v, _b) (((_v) + ((_b) - 1)) & ~((_b) - 1)) 830 832
Note:
See TracChangeset
for help on using the changeset viewer.