Changeset 57633 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.h
- Timestamp:
- Sep 4, 2015 3:04:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.h
r49244 r57633 80 80 case VBOXDISP_D3DIFTYPE_TEXTURE: 81 81 { 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. */ 86 85 IDirect3DTexture9 *pD3DIfTex = (IDirect3DTexture9*)pD3DIf; 87 86 IDirect3DSurface9 *pSurfaceLevel;
Note:
See TracChangeset
for help on using the changeset viewer.