16 May
2023
16 May
'23
9:52 a.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/hlsl.h:
HLSL_SAMPLER_DIM_2DMS, HLSL_SAMPLER_DIM_2DMSARRAY, HLSL_SAMPLER_DIM_CUBEARRAY, - HLSL_SAMPLER_DIM_MAX = HLSL_SAMPLER_DIM_CUBEARRAY, + HLSL_SAMPLER_DIM_BUFFER,
The values in `enum hlsl_sampler_dim` are enumerated in many other places in the code. For example I can see a docstring in `struct hlsl_type`, `hlsl_type_to_string()`, but there might be others. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/193#note_32858