Skip to content

Added const input ports support for visual shaders

Chaosus requested to merge github/fork/Chaosus/vs_const_ports into master

Adds a "constness" ports, which act as a node parameter without port, I think its a good change that should increases performance for Fresnel node by removing a direct condition for "invert" from code generation.

Its a small compatibility breakage but I think its worth to do it.

fresnel

Merge request reports

Loading