Perl-GPU / OpenGL-Modern

Perl OpenGL bindings for modern OpenGL 3.1-4.x
7 stars 5 forks source link

generate-XS.pl should output intermediate results #25

Open devel-chm opened 7 years ago

devel-chm commented 7 years ago

This would allow for offline debugging and implementations of new features. Ideally we would output the signatures data base in a form that could be loaded into perl directly for additional processing.

devel-chm commented 7 years ago

Using Data::Dump at the moment but the output needs to go to a file which is added as a dependency to the makefile. Need to look into using Data::Dump::Filter to make the signature output human readable: aligning columns, whitespace, ...

mohawk2 commented 1 day ago

This should probably go into the OpenGL::Config that I aim to put out Real Soon Now[tm]. This would support my aim to increase the amount of "transparent computing".