vkd3d/libs
Conor McCarthy 75c2af3640 vkd3d-shader/spirv: When declaring a CBV initialise the register with the register index range.
The declaration instruction register contains id, range first, and range
last. The backend includes range first in the variable name. After commit
e8b3561252 it was always zero, and since commit 67f0196c33 it is
UINT_MAX, so constant buffers are named, e.g., "%cb0_4294967295".
2023-10-09 21:58:01 +02:00
..
vkd3d vkd3d: Add ID3D12GraphicsCommandList5 interface stub. 2023-10-05 16:15:02 +02:00
vkd3d-common vkd3d: Use CONST_VTABLE. 2023-10-02 22:25:14 +02:00
vkd3d-shader vkd3d-shader/spirv: When declaring a CBV initialise the register with the register index range. 2023-10-09 21:58:01 +02:00
vkd3d-utils Release 1.9. 2023-09-21 19:16:32 +02:00
.gitignore libs/vkd3d: Trace build version. 2018-06-27 22:43:49 +02:00