vkd3d-shader/spirv: Introduce a SPIR-V parser.

This commit is contained in:
Giovanni Mascellani
2024-10-31 13:40:09 -05:00
committed by Henri Verbeet
parent f3fac95bb6
commit 49fba97b0a
Notes: Henri Verbeet 2024-12-09 16:17:46 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1239
3 changed files with 94 additions and 23 deletions

5
README
View File

@@ -165,6 +165,11 @@ in future versions of vkd3d.
for release yet. Please note that this feature is not currently supported,
and it might change in a non-compatible way before it is released.
* VKD3D_SHADER_UNSUPPORTED_SPIRV_PARSER - enable SPIR-V parser support in
vkd3d-shader, which is disabled by default because it is not considered ready
for release yet. Please note that this feature is not currently supported,
and it might change in a non-compatible way before it is released.
============================
Testing with the Agility SDK
============================