Changeset 30918 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jul 19, 2010 8:52:22 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/d3d9.def
r30916 r30918 15 15 Direct3DCreate9@4=Direct3DCreate9 16 16 Direct3DCreate9Ex@8=Direct3DCreate9Ex 17 VBoxWineExD3DDev9CreateTexture -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/device.c
r30917 r30918 713 713 } 714 714 715 #ifdef VBOXWDDM 715 716 VBOXWINEEX_DECL(HRESULT) VBoxWineExD3DDev9CreateTexture(IDirect3DDevice9Ex *iface, 716 717 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format, … … 719 720 * applicable ONLY for SYSMEM textures */ 720 721 { 721 #ifdef VBOXWDDM722 722 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; 723 723 IDirect3DTexture9Impl *object; … … 749 749 750 750 return D3D_OK; 751 #else 752 return E_NOTIMPL; 751 } 753 752 #endif 754 }755 753 756 754 static HRESULT WINAPI IDirect3DDevice9Impl_CreateTexture(IDirect3DDevice9Ex *iface,
Note:
See TracChangeset
for help on using the changeset viewer.