VL.StandardLibs icon indicating copy to clipboard operation
VL.StandardLibs copied to clipboard

Node factory pins should define whether they are CopyOnWrite

Open tebjan opened this issue 3 years ago • 0 comments

currently, it is a flag for the entire node, but this is not practical in some cases when some inputs need to create new instances but other inputs are just simple setters for parameters.

this is currently a problem for the ForwardRenderer, MSAA settings should recreate it, while most other inputs should not.

tebjan avatar Jun 09 '21 17:06 tebjan