Module: vkd3d
Branch: master
Commit: b4cfc24f67d7346032854a71447e79b5d5b99b96
URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/b4cfc24f67d7346032854a71447e7…
Author: Giovanni Mascellani <gmascellani(a)codeweavers.com>
Date: Wed Apr 10 15:58:34 2024 +0200
vkd3d-shader/ir: Refactor declaration emission outside of the CFG structure.
This is in preparation of handling more than one function (as
it happens for Hull Shaders), which will require having a single
row of declarations, but handling more than one CFG.
---
libs/vkd3d-shader/ir.c | 190 ++++++++++++++++++++++++++-----------------------
1 file changed, 102 insertions(+), 88 deletions(-)