Peter Bay Bastian
d7929b25
Move Lightweight Shader Graph sub-shaders from SG repo
7 年前
Peter Bay Bastian
762ac4bc
Fix calls to `Path.Combine` that didn't work on Legacy scripting backend
7 年前
Felipe Lira
298cb6b0
Auto format of shader graph files.
7 年前
Matt Dean
2f656824
Update lightweight subshaders and templates to support vertex mod
7 年前
Matt Dean
0546ae13
Fix template issues
7 年前
Tim Cooper
fafb59af
Run code formatter.
7 年前
Matt Dean
ad13e4b0
Add Face Sign functionality to LWRP, HDRP and preview subshaders
7 年前
Peter Bay Bastian
544afac6
Add extra parameter to shader generation functions for master nodes and sub-shaders to track changes to dependencies
7 年前
Chris Tchou
d3bcb929
Fixes for vertex animation velocity buffer, screen position
And some refactoring
7 年前
Peter Bay Bastian
b4dd9062
Merge remote-tracking branch 'origin/master' into sg/facesign
7 年前
Andre McGrail
d0452097
GPU Instancing work on LWRP shadergraph shaders
-Fixed placement of main passes instancing setup
-Added missing stereo instancing macros
-Added missing fragment Instancing ID for future work in shadow/depth passes
7 年前
Andre McGrail
ecc51271
Reverted the additional instancing ID in the vertex input.
7 年前
Peter Bay Bastian
549996da
Allow sub-shaders to tell whether they are compatible with a given render pipeline, and hook it up with the UI support for that such that an error is shown in the event that it's _not_ compatible.
This also adds a check in Update() such that the UI is reloaded when the render pipeline changes.
7 年前
GitHub
868aeec4
Generate correct depth and shadow passes for LW with alpha clip ( #1590 )
* Add minimal surface definition to LWRP depth and shadow passes
* Update changelog
* Fix LW Unlit subshader shadow/depth clip
6 年前
Tim Cooper
de2f585d
Fix compiler warnings.
6 年前
GitHub
8908da09
Pipeline specific graph functions and nodes ( #1673 )
* Refactor GraphFunctions includes to per-pipeline
* Add Scene Color node
- And camera opaque requirements
- Returns 0s in HD
* Add Scene Depth node
* Rename GraphFunctions.hlsl > ShaderGraphFunctions.hlsl
* Update references to ShaderGraphFunctions.hlsl
6 年前