Changeset 95135 in vbox for trunk/src/VBox
- Timestamp:
- May 30, 2022 11:46:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-shader.cpp
r95051 r95135 2622 2622 uint32_t const offToken = pInfo->aOffDclResource[i]; 2623 2623 AssertContinue(offToken < pInfo->cbBytecode); 2624 if (offToken == 0) /* nothing at this index */ 2625 continue; 2626 2624 2627 uint32_t *paToken = (uint32_t *)((uintptr_t)pInfo->pvBytecode + offToken); 2625 2628
Note:
See TracChangeset
for help on using the changeset viewer.