GL_EXT_debug_printf implementation
This commit is contained in:
parent
c6a4c6d3d8
commit
04d73731de
28 changed files with 4030 additions and 3794 deletions
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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue