GL_EXT_debug_printf implementation
This commit is contained in:
7
Test/spv.debugPrintf.frag
Normal file
7
Test/spv.debugPrintf.frag
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 450
|
||||
#extension GL_EXT_debug_printf : enable
|
||||
|
||||
void main()
|
||||
{
|
||||
debugPrintfEXT("ASDF \\ \? \x5C %d %d %d", 1, 2, 3);
|
||||
}
|
||||
Reference in New Issue
Block a user