Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vkd3d
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wine
vkd3d
Commits
6f1f14d9
Commit
6f1f14d9
authored
2 years ago
by
Biswapriyo Nath
Committed by
Alexandre Julliard
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include: Add the PFN_D3D12_SERIALIZE_ROOT_SIGNATURE typedef.
parent
c9198735
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!34
Root signature serialiser/deserialiser function pointer typedefs
Pipeline
#3078
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vkd3d_d3d12.idl
+4
-0
4 additions, 0 deletions
include/vkd3d_d3d12.idl
with
4 additions
and
0 deletions
include/vkd3d_d3d12.idl
+
4
−
0
View file @
6f1f14d9
...
...
@@ -2633,6 +2633,10 @@ typedef HRESULT (__stdcall *PFN_D3D12_CREATE_VERSIONED_ROOT_SIGNATURE_DESERIALIZ
[
local
]
HRESULT
__stdcall
D3D12CreateVersionedRootSignatureDeserializer
(
const
void
*
data
,
SIZE_T
data_size
,
REFIID
iid
,
void
**
deserializer
)
;
typedef
HRESULT
(
__stdcall
*
PFN_D3D12_SERIALIZE_ROOT_SIGNATURE
)(
const
D3D12_ROOT_SIGNATURE_DESC
*
root_signature_desc
,
D3D_ROOT_SIGNATURE_VERSION
version
,
ID3DBlob
**
blob
,
ID3DBlob
**
error_blob
)
;
[
local
]
HRESULT
__stdcall
D3D12SerializeRootSignature
(
const
D3D12_ROOT_SIGNATURE_DESC
*
root_signature_desc
,
D3D_ROOT_SIGNATURE_VERSION
version
,
ID3DBlob
**
blob
,
ID3DBlob
**
error_blob
)
;
...
...
This diff is collapsed.
Click to expand it.
Henri Verbeet
@hverbeet
mentioned in merge request
!14 (closed)
·
2 years ago
mentioned in merge request
!14 (closed)
mentioned in merge request !14
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment