Module: vkd3d Branch: master Commit: 039b69ace9d84b2a8cadc5cdbd1d803ce4bf001b URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/039b69ace9d84b2a8cadc5cdbd1d80...
Author: Francisco Casas fcasas@codeweavers.com Date: Thu Jun 30 13:16:37 2022 -0400
vkd3d-shader/hlsl: Introduce add_load_index().
At this point add_load() is split into add_load_component() and add_load_index(); register offsets are hidden for these functions.
Signed-off-by: Francisco Casas fcasas@codeweavers.com Signed-off-by: Giovanni Mascellani gmascellani@codeweavers.com
---
libs/vkd3d-shader/hlsl.c | 107 +++++++++++++++++++++++++++++++++++- libs/vkd3d-shader/hlsl.h | 7 +++ libs/vkd3d-shader/hlsl.y | 139 +++++++++++++++++------------------------------ 3 files changed, 162 insertions(+), 91 deletions(-)