Open ugurtur opened 1 month ago
The Mixer node decides which textures to bind using pin connections. With nos.sys.vulkan
version 5.9, we added a "IsStockTexture"
function to the API. Instead of using OnPinConnected/Disconnected
node callbacks, this should be used to check whether the input texture is connected. That should fix the problem.
Reality 5.4.sp2.b805
Reproduction:
Screen recording: https://github.com/user-attachments/assets/7b8ce933-1598-40ed-a9ed-fbfd098a7a56
Jira: R5-774