Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
1394627f
Commit
1394627f
authored
Aug 15, 2010
by
Rico Schüller
Committed by
Alexandre Julliard
Aug 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10: Forward D3D10CreateBlob to d3dcompiler_43.dll.
parent
fa456a61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
d3d10.spec
dlls/d3d10/d3d10.spec
+1
-1
d3d10misc.h
include/d3d10misc.h
+2
-0
No files found.
dlls/d3d10/d3d10.spec
View file @
1394627f
@ stub D3D10CompileEffectFromMemory
@ stub D3D10CompileShader
@ st
ub D3D10
CreateBlob
@ st
dcall D3D10CreateBlob(long ptr) d3dcompiler_43.D3D
CreateBlob
@ stdcall D3D10CreateDevice(ptr long ptr long long ptr)
@ stdcall D3D10CreateDeviceAndSwapChain(ptr long ptr long long ptr ptr ptr)
@ stdcall D3D10CreateEffectFromMemory(ptr long long ptr ptr ptr)
...
...
include/d3d10misc.h
View file @
1394627f
...
...
@@ -39,6 +39,8 @@ HRESULT WINAPI D3D10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER
HMODULE
swrast
,
UINT
flags
,
UINT
sdk_version
,
DXGI_SWAP_CHAIN_DESC
*
swapchain_desc
,
IDXGISwapChain
**
swapchain
,
ID3D10Device
**
device
);
HRESULT
WINAPI
D3D10CreateBlob
(
SIZE_T
data_size
,
ID3D10Blob
**
blob
);
#ifdef __cplusplus
}
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment