VirtualBox

Ignore:
Timestamp:
Jun 13, 2022 6:03:44 PM (3 years ago)
Author:
vboxsync
Message:

WDDM: use proper types. bugref:9845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h

    r95234 r95267  
    102102    struct
    103103    {
    104         uint64 surfaceFlags; /*SVGA3dSurfaceAllFlags*/ /** @todo Restore types after Mesa update. */
     104        SVGA3dSurfaceAllFlags surfaceFlags;
    105105        SVGA3dSurfaceFormat format;
    106106        uint32 numMipLevels;
    107107        uint32 multisampleCount;
    108         uint32 multisamplePattern; /*SVGA3dMSPattern*/
    109         uint32 qualityLevel; /*SVGA3dMSQualityLevel*/
     108        SVGA3dMSPattern multisamplePattern;
     109        SVGA3dMSQualityLevel qualityLevel;
    110110        SVGA3dTextureFilter autogenFilter;
    111111        SVGA3dSize size;
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