glslang/Test/spv.debugPrintf.frag

8 lines
134 B
GLSL
Raw Normal View History

2019-05-31 18:06:01 +00:00
#version 450
#extension GL_EXT_debug_printf : enable
void main()
{
debugPrintfEXT("ASDF \\ \? \x5C %d %d %d", 1, 2, 3);
}