vkd3d/libs
Francisco Casas d562b03c43 vkd3d-shader/hlsl: Allow to force alignment on some semantic vars.
This is required to properly optimize signatures, because these
semantics must be alligned while being packed:
- Array elements.
- The first fields of structs.
- Major vectors of a matrix.

For now this has no effect since semantics are allocated with reg_size
4, but will have effect when optimizing interstage signatures.
2024-10-22 20:04:41 +02:00
..
vkd3d vkd3d: Disable push descriptors when that's helpful to stay within 8 descriptor sets. 2024-10-21 18:22:15 +02:00
vkd3d-common vkd3d-common: Replace assert() with VKD3D_ASSERT(). 2024-08-13 21:20:28 +02:00
vkd3d-shader vkd3d-shader/hlsl: Allow to force alignment on some semantic vars. 2024-10-22 20:04:41 +02:00
vkd3d-utils vkd3d-utils: Return correct use masks during reflection. 2024-10-21 18:09:39 +02:00
.gitignore libs/vkd3d: Trace build version. 2018-06-27 22:43:49 +02:00