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
8607be1f
Commit
8607be1f
authored
Oct 14, 2010
by
Rico Schüller
Committed by
Alexandre Julliard
Oct 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10: Forward D3D10GetInputAndOutputSignatureBlob() to d3dcompiler.
parent
930f7ed3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
d3d10.spec
dlls/d3d10/d3d10.spec
+1
-1
d3d10shader.h
include/d3d10shader.h
+1
-0
No files found.
dlls/d3d10/d3d10.spec
View file @
8607be1f
...
...
@@ -9,7 +9,7 @@
@ stub D3D10DisassembleEffect
@ stub D3D10DisassembleShader
@ stdcall D3D10GetGeometryShaderProfile(ptr)
@ st
ub D3D10
GetInputAndOutputSignatureBlob
@ st
dcall D3D10GetInputAndOutputSignatureBlob(ptr long ptr) d3dcompiler_43.D3D
GetInputAndOutputSignatureBlob
@ stdcall D3D10GetInputSignatureBlob(ptr long ptr) d3dcompiler_43.D3DGetInputSignatureBlob
@ stdcall D3D10GetOutputSignatureBlob(ptr long ptr) d3dcompiler_43.D3DGetOutputSignatureBlob
@ stdcall D3D10GetPixelShaderProfile(ptr)
...
...
include/d3d10shader.h
View file @
8607be1f
...
...
@@ -292,5 +292,6 @@ LPCSTR WINAPI D3D10GetPixelShaderProfile(ID3D10Device *device);
HRESULT
WINAPI
D3D10ReflectShader
(
const
void
*
data
,
SIZE_T
data_size
,
ID3D10ShaderReflection
**
reflector
);
HRESULT
WINAPI
D3D10GetInputSignatureBlob
(
const
void
*
data
,
SIZE_T
data_size
,
ID3D10Blob
**
blob
);
HRESULT
WINAPI
D3D10GetOutputSignatureBlob
(
const
void
*
data
,
SIZE_T
data_size
,
ID3D10Blob
**
blob
);
HRESULT
WINAPI
D3D10GetInputAndOutputSignatureBlob
(
const
void
*
data
,
SIZE_T
data_size
,
ID3D10Blob
**
blob
);
#endif
/* __WINE_D3D10SHADER_H */
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