mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-utils: Implement D3DGetBlobPart().
This was largely adapted from Wine's d3dcompiler_43, with some style adjustments.
This commit is contained in:
committed by
Alexandre Julliard
parent
0dc40d7c1e
commit
b63c853688
Notes:
Alexandre Julliard
2023-10-18 22:51:37 +02:00
Approved-by: Matteo Bruni (@Mystral) 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/414
@@ -11,6 +11,7 @@ global:
|
||||
D3DCompile;
|
||||
D3DCompile2;
|
||||
D3DCreateBlob;
|
||||
D3DGetBlobPart;
|
||||
D3DPreprocess;
|
||||
vkd3d_create_event;
|
||||
vkd3d_destroy_event;
|
||||
|
||||
Reference in New Issue
Block a user