vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Shader resources in shader nodes from the shader node factory only work with the "stage" keyword #75

Open tebjan opened 1 year ago

tebjan commented 1 year ago

The shader keys or object pin updaters aren't working for them. This is a problem because it prevents shader parts from being used multiple times in the same shader.

joreg commented 1 year ago

Any chance we can have more detailed descriptions, repro case for this?