dfranx/SHADERed

Console debugger?

patrikpatrik opened this issue · 1 comments

If this has been asked before then I apologize in advance but is there a console debugger of some sort to see what value a float is etc?

There is this simple console shader debugger I've written to test the debugger engine used in SHADERed: https://github.com/dfranx/sdbg . You need to enter all uniforms and input values manually. It's a fairly simple project.