Search Issue Tracker

Fixed in 10.1.0-preview.3

Votes

0

Found in [Package]

10.0.0

Issue ID

1209087

Regression

No

[Shadergraph] Subgraphs containing derivative-related functions can be plugged into vertex inputs

Package: Shader Graph

-

Repro steps:
1. Create a subgraph
2. Create a "position" node
3. Create a "ddx" node
4. Plug the position node into the input of the ddx node and the output of the ddx node into the output of the subgraph
5. Create a PBR shadergraph
6. Drag your subgraph into the shadergraph
7. Drag the output of the subgraph into the vertex position input of the PBR shader
Expected result: the edges are not allowed to connect
Actual result: the edges will connect and you'll get a shader compilation error

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.