vkd3d-shader/hlsl: Update the enum hlsl_sampler_dim comment.

This commit is contained in:
Francisco Casas
2025-06-05 14:34:10 -04:00
committed by Henri Verbeet
parent 3c469edc8e
commit 3376015d88
Notes: Henri Verbeet 2025-06-26 17:50:16 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1577

View File

@@ -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