vkd3d-shader/hlsl: Parse ConstructGSWithSO().

This commit is contained in:
Francisco Casas
2024-06-24 19:22:22 -04:00
committed by Henri Verbeet
parent 1f9fc2a422
commit 4aa262d773
Notes: Henri Verbeet 2024-09-14 16:53:12 +02:00
Approved-by: Elizabeth Figura (@zfigura)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1057
5 changed files with 49 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ ComputeShader {return KW_COMPUTESHADER; }
compile {return KW_COMPILE; }
CompileShader {return KW_COMPILESHADER; }
const {return KW_CONST; }
ConstructGSWithSO {return KW_CONSTRUCTGSWITHSO; }
continue {return KW_CONTINUE; }
DepthStencilState {return KW_DEPTHSTENCILSTATE; }
DepthStencilView {return KW_DEPTHSTENCILVIEW; }