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
9e0f26cd
Commit
9e0f26cd
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 D3D10GetShaderDebugInfo() to d3dcompiler.
parent
8607be1f
Hide 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 @
9e0f26cd
...
...
@@ -13,7 +13,7 @@
@ stdcall D3D10GetInputSignatureBlob(ptr long ptr) d3dcompiler_43.D3DGetInputSignatureBlob
@ stdcall D3D10GetOutputSignatureBlob(ptr long ptr) d3dcompiler_43.D3DGetOutputSignatureBlob
@ stdcall D3D10GetPixelShaderProfile(ptr)
@ st
ub D3D10GetShader
DebugInfo
@ st
dcall D3D10GetShaderDebugInfo(ptr long ptr) d3dcompiler_43.D3DGet
DebugInfo
@ stub D3D10GetVersion
@ stdcall D3D10GetVertexShaderProfile(ptr)
@ stub D3D10PreprocessShader
...
...
include/d3d10shader.h
View file @
9e0f26cd
...
...
@@ -293,5 +293,6 @@ HRESULT WINAPI D3D10ReflectShader(const void *data, SIZE_T data_size, ID3D10Shad
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
);
HRESULT
WINAPI
D3D10GetShaderDebugInfo
(
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