VirtualBox

Changeset 95135 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 30, 2022 11:46:42 AM (3 years ago)
Author:
vboxsync
Message:

Devices/Graphics: shader parser: bugref:9830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-shader.cpp

    r95051 r95135  
    26222622        uint32_t const offToken = pInfo->aOffDclResource[i];
    26232623        AssertContinue(offToken < pInfo->cbBytecode);
     2624        if (offToken == 0) /* nothing at this index */
     2625            continue;
     2626
    26242627        uint32_t *paToken = (uint32_t *)((uintptr_t)pInfo->pvBytecode + offToken);
    26252628
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette