4 Feb
2021
4 Feb
'21
6:16 p.m.
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> --- Nice. Just a question / nitpick: -const char *debug_base_type(const struct hlsl_type *type) +const char *hlsl_base_type_to_string(const struct hlsl_type *type) vs -const char *debug_modifiers(DWORD modifiers) +const char *hlsl_debug_modifiers(DWORD modifiers) What makes one a "_to_string" and the other keep the "_debug_"?