Module: vkd3d Branch: master Commit: efe800f7f044389673d0da060e9d79540d574c64 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/efe800f7f044389673d0da060e9d79...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Fri Nov 24 13:14:44 2023 +1000
vkd3d-shader/dxil: Handle the DXIL SWITCH instruction.
---
libs/vkd3d-shader/d3d_asm.c | 13 +++ libs/vkd3d-shader/dxil.c | 153 +++++++++++++++++++++++++++++++ libs/vkd3d-shader/ir.c | 2 +- libs/vkd3d-shader/vkd3d_shader_private.h | 2 + 4 files changed, 169 insertions(+), 1 deletion(-)