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.