From 3376015d88e7cc708b291ef63b3fd940bc62bbeb Mon Sep 17 00:00:00 2001 From: Francisco Casas Date: Thu, 5 Jun 2025 14:34:10 -0400 Subject: [PATCH] vkd3d-shader/hlsl: Update the enum hlsl_sampler_dim comment. --- libs/vkd3d-shader/hlsl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vkd3d-shader/hlsl.h b/libs/vkd3d-shader/hlsl.h index 0f71b80df..7c13a810b 100644 --- a/libs/vkd3d-shader/hlsl.h +++ b/libs/vkd3d-shader/hlsl.h @@ -125,7 +125,7 @@ enum hlsl_sampler_dim HLSL_SAMPLER_DIM_STRUCTURED_BUFFER, HLSL_SAMPLER_DIM_RAW_BUFFER, HLSL_SAMPLER_DIM_MAX = HLSL_SAMPLER_DIM_RAW_BUFFER, - /* NOTE: Remember to update object_methods[] in hlsl.y if this enum is modified. */ + /* NOTE: Remember to update texture_methods[] and uav_methods[] in hlsl.y if this is modified. */ }; enum hlsl_so_object_type