cginternals / gloperate

C++ library for defining and controlling modern GPU rendering/processing operations.
MIT License
43 stars 26 forks source link

Support directly passing a cppexpose::Object to a script function #404

Closed j-o closed 7 years ago

j-o commented 7 years ago

See cginternals/cppexpose#53

j-o commented 7 years ago

You may want to look at the changes to the fromQVariant and fromScriptValue functions, as I'm not entirely sure I completely understood when each functions is called.

sbusch42 commented 7 years ago

Looks good. Please review my changes, then I think it's ready for merge.

j-o commented 7 years ago

:+1: