VirtualBox

Changeset 106506 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Oct 19, 2024 3:26:44 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165338
Message:

Add/NT/Graphics/WDDM: Unused variables. jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDX.cpp

    r106061 r106506  
    6868
    6969    uint32_t const numMipLevels = pResource->AllocationDesc.surfaceInfo.numMipLevels;
    70     uint32_t const face = Subresource / numMipLevels;
     70    /*uint32_t const face = Subresource / numMipLevels; - unused */
    7171    uint32_t const mip = Subresource % numMipLevels;
    7272
     
    8888
    8989    uint32_t const numMipLevels = pResource->AllocationDesc.surfaceInfo.numMipLevels;
    90     uint32_t const face = Subresource / numMipLevels;
     90    /* uint32_t const face = Subresource / numMipLevels; - unused */
    9191    uint32_t const mip = Subresource % numMipLevels;
    9292
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