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
caf6fe05
Commit
caf6fe05
authored
Sep 17, 2012
by
Matteo Bruni
Committed by
Alexandre Julliard
Sep 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcompiler: Stub D3DDisassemble.
parent
237558f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
compiler.c
dlls/d3dcompiler_43/compiler.c
+7
-0
d3dcompiler_43.spec
dlls/d3dcompiler_43/d3dcompiler_43.spec
+1
-1
No files found.
dlls/d3dcompiler_43/compiler.c
View file @
caf6fe05
...
...
@@ -662,3 +662,10 @@ cleanup:
LeaveCriticalSection
(
&
wpp_mutex
);
return
hr
;
}
HRESULT
WINAPI
D3DDisassemble
(
const
void
*
data
,
SIZE_T
size
,
UINT
flags
,
const
char
*
comments
,
ID3DBlob
**
disassembly
)
{
FIXME
(
"data %p, size %lu, flags %#x, comments %p, disassembly %p stub!
\n
"
,
data
,
size
,
flags
,
comments
,
disassembly
);
return
E_NOTIMPL
;
}
dlls/d3dcompiler_43/d3dcompiler_43.spec
View file @
caf6fe05
...
...
@@ -5,7 +5,7 @@
@ stdcall D3DCreateBlob(long ptr)
@ stub D3DDecompressShaders
@ stub D3DDisassemble10Effect(ptr long ptr)
@ st
ub
D3DDisassemble(ptr long long ptr ptr)
@ st
dcall
D3DDisassemble(ptr long long ptr ptr)
@ stdcall D3DGetBlobPart(ptr long long long ptr)
@ stdcall D3DGetDebugInfo(ptr long ptr)
@ stdcall D3DGetInputAndOutputSignatureBlob(ptr long ptr)
...
...
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