Changeset 84136 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
- Timestamp:
- May 4, 2020 12:11:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r83620 r84136 4652 4652 4653 4653 Log(("vmsvga3dSetLightData %x index=%d\n", cid, index)); 4654 A ssertReturn(index < SVGA3D_MAX_LIGHTS, VERR_INVALID_PARAMETER);4654 ASSERT_GUEST_RETURN(index < SVGA3D_MAX_LIGHTS, VERR_INVALID_PARAMETER); 4655 4655 4656 4656 int rc = vmsvga3dContextFromCid(pState, cid, &pContext);
Note:
See TracChangeset
for help on using the changeset viewer.