From b3e367b099cb65d79c5b0044134a02e7e9c285a5 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Wed, 23 Jul 2025 17:50:39 +0200 Subject: [PATCH] vkd3d-shader/tpf: Update the comment describing the data type mapping in init_sm4_lookup_tables(). "R", "S", and "U" were removed, and "*" was added. --- libs/vkd3d-shader/tpf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/vkd3d-shader/tpf.c b/libs/vkd3d-shader/tpf.c index 2175298a0..bdb2083e0 100644 --- a/libs/vkd3d-shader/tpf.c +++ b/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[] = {