VirtualBox

Ignore:
Timestamp:
Sep 4, 2015 3:04:47 PM (9 years ago)
Author:
vboxsync
Message:

WDDM: minor fixes for VBOXWDDMDISP_DEVICE::cRTs greater than 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.h

    r49244 r57633  
    8080        case VBOXDISP_D3DIFTYPE_TEXTURE:
    8181        {
    82             Assert(pRc->cAllocations == 1); /* <- VBoxD3DIfSurfGet is typically used in Blt & ColorFill functions
    83                                              * in this case, if texture is used as a destination,
    84                                              * we should update sub-layers as well which is not done currently
    85                                              * so for now check VBoxD3DIfSurfGet is used for one-level textures */
     82            /* @todo VBoxD3DIfSurfGet is typically used in Blt & ColorFill functions
     83             * in this case, if texture is used as a destination,
     84             * we should update sub-layers as well which is not done currently. */
    8685            IDirect3DTexture9 *pD3DIfTex = (IDirect3DTexture9*)pD3DIf;
    8786            IDirect3DSurface9 *pSurfaceLevel;
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