VirtualBox

Ignore:
Timestamp:
Sep 29, 2011 4:20:22 PM (13 years ago)
Author:
vboxsync
Message:

wddm/3d: offscreen rendering to solve one of win8 ie rendering issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/wined3d.h

    r35713 r38903  
    61706170    HRESULT (STDMETHODCALLTYPE *Flush)(
    61716171        IWineD3DSwapChain* This);
     6172
     6173    HRESULT (STDMETHODCALLTYPE *PresentRt)(
     6174        IWineD3DSwapChain* This,
     6175        IWineD3DSurface* surf);
    61726176#endif
    61736177    END_INTERFACE
     
    61986202#ifdef VBOX_WITH_WDDM
    61996203#define IWineD3DSwapChain_Flush(This) (This)->lpVtbl->Flush(This)
     6204#define IWineD3DSwapChain_PresentRt(This,surf) (This)->lpVtbl->PresentRt(This,surf)
    62006205#endif
    62016206#endif
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