Hehe, I was curious if anyone else was aware of this trick. I& #39;ve also done this to add tessellation into SG. It worked, but needed some kinda difficult manual setup. In previous versions it was defined after the Attributes/Varyings too, I think that might have changed in v10 tho https://twitter.com/hybridherbst/status/1388147672725573633">https://twitter.com/hybridher...
I& #39;m specifically referring to the "} <inject pragma/code> void dummy(){" kinda thing, not the DXC stuff btw, in case that wasn& #39;t clear
For those interested in the exact method I used for injecting the tessellation, see : https://gist.github.com/Cyanilux/36dd5e3df9e7612532ab7c30a4da4342">https://gist.github.com/Cyanilux/...
@hybridherbst If you& #39;re interested in adding another example to your thread, can quote tweet the above. It& #39;s what I& #39;ve used for tessellation in URP (should work in v8.3 and v10 at least).