vkd3d-utils: Add D3DReflect().

This commit is contained in:
Zebediah Figura
2021-12-27 20:52:29 -06:00
committed by Alexandre Julliard
parent e73ba2a4c3
commit 53bd1f5419
Notes: Alexandre Julliard 2024-01-24 22:54:09 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/561
6 changed files with 292 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ global:
D3DGetInputSignatureBlob;
D3DGetOutputSignatureBlob;
D3DPreprocess;
D3DReflect;
D3DStripShader;
vkd3d_create_event;
vkd3d_destroy_event;