HLSL: Add support for printf().
Translate printf() to what GL_EXT_debug_printf has done. HLSL could
define non-constant string variable and we don't have such features
in SPIR-V, so just support constant string variable.
Showing
Test/baseResults/hlsl.printf.comp.out
0 → 100644
Test/hlsl.printf.comp
0 → 100644
Please
register
or
sign in
to comment