You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
28 lines
944 B
Diff
28 lines
944 B
Diff
From f6b63c8ce9c20192debbe97b2e9673e382842b89 Mon Sep 17 00:00:00 2001
|
|
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
|
Date: Fri, 25 Jul 2025 07:41:13 +1000
|
|
Subject: [PATCH] Updated vkd3d to b3e367b099cb65d79c5b0044134a02e7e9c285a5.
|
|
|
|
---
|
|
libs/vkd3d/libs/vkd3d-shader/tpf.c | 4 +---
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
diff --git a/libs/vkd3d/libs/vkd3d-shader/tpf.c b/libs/vkd3d/libs/vkd3d-shader/tpf.c
|
|
index 2175298a0db..bdb2083e09a 100644
|
|
--- a/libs/vkd3d/libs/vkd3d-shader/tpf.c
|
|
+++ b/libs/vkd3d/libs/vkd3d-shader/tpf.c
|
|
@@ -1434,9 +1434,7 @@ static void init_sm4_lookup_tables(struct vkd3d_sm4_lookup_tables *lookup)
|
|
* i -> VSIR_DATA_I32
|
|
* u -> VSIR_DATA_U32
|
|
* O -> VSIR_DATA_OPAQUE
|
|
- * R -> VKD3D_DATA_RESOURCE
|
|
- * S -> VKD3D_DATA_SAMPLER
|
|
- * U -> VKD3D_DATA_UAV
|
|
+ * * -> VSIR_DATA_UNUSED
|
|
*/
|
|
static const struct vkd3d_sm4_opcode_info opcode_table[] =
|
|
{
|
|
--
|
|
2.50.1
|
|
|