VirtualBox

Changeset 26661 in vbox for trunk/include


Ignore:
Timestamp:
Feb 19, 2010 3:08:15 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57873
Message:

wddm: more impl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxVideo.h

    r26630 r26661  
    11481148     * VERR_xxx         - on error */
    11491149    int32_t  rc;
    1150     uint64_t phBuf;
     1150    union
     1151    {
     1152        uint64_t phBuf;
     1153        VBOXVIDEOOFFSET offVramBuf;
     1154    } Location;
    11511155} VBOXVDMACBUF_DR, *PVBOXVDMACBUF_DR;
    11521156
     
    11671171typedef struct VBOXVDMACMD_DMA_PRESENT_BLT
    11681172{
    1169     VBOXVIDEOOFFSET offSrc;
    1170     VBOXVIDEOOFFSET offDst;
     1173    uint64_t phSrc;
     1174    uint64_t phDst;
    11711175    VBOXVDMA_SURF_DESC srcDesc;
    11721176    VBOXVDMA_SURF_DESC dstDesc;
Note: See TracChangeset for help on using the changeset viewer.

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