儲存庫 vbox 的更動 30917
- 時間撮記:
- 2010-7-19 下午08:41:33 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/device.c
r30916 r30917 713 713 } 714 714 715 #ifdef VBOXWDDM716 715 VBOXWINEEX_DECL(HRESULT) VBoxWineExD3DDev9CreateTexture(IDirect3DDevice9Ex *iface, 717 716 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format, … … 720 719 * applicable ONLY for SYSMEM textures */ 721 720 { 721 #ifdef VBOXWDDM 722 722 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; 723 723 IDirect3DTexture9Impl *object; … … 735 735 736 736 hr = texture_init(object, This, width, height, levels, usage, format, pool 737 #ifdef VBOXWDDM738 737 , shared_handle 739 738 , pvClientMem 740 #endif741 739 ); 742 740 if (FAILED(hr)) … … 751 749 752 750 return D3D_OK; 753 } 751 #else 752 return E_NOTIMPL; 754 753 #endif 754 } 755 755 756 756 static HRESULT WINAPI IDirect3DDevice9Impl_CreateTexture(IDirect3DDevice9Ex *iface,
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器