vkd3d-shader/hlsl: Support non-constant offset dereferences, part 1
- Jun 07, 2023
-
-
Non-constant vector indexing is not solved with relative addressing in the register indexes because this indexation cannot be at the level of register-components. Mathematical operations must be used instead.
-
-
-
-
-