Signed-off-by: Matteo Bruni mbruni@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_"?