File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
com.unity.render-pipelines.high-definition/Editor/VFXGraph/Outputs
com.unity.visualeffectgraph Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 77
88namespace UnityEditor . VFX . HDRP
99{
10- [ VFXInfo ( experimental = true ) ]
1110 class VFXDecalHDRPOutput : VFXAbstractParticleHDRPOutput
1211 {
1312 public override string name
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3636- In ` Output Particle ` blocks, shader graph exposed properties order is consistent with shader graph blackboard
3737- Picking and Selection passes [ Case 1382788] ( https://issuetracker.unity3d.com/product/unity/issues/guid/1382788/ ) , [ Case 1402283] ( https://issuetracker.unity3d.com/product/unity/issues/guid/1402283/ )
3838- Reduce GC.Allocs in the SceneViewGUICallback. [ Case 1305929] ( https://issuetracker.unity3d.com/product/unity/issues/guid/1305929/ )
39+ - HDRP Decals are not in experimental.
3940- Fix Motion vectors in XR. [ Case 14003636] ( https://issuetracker.unity3d.com/product/unity/issues/guid/14003636/ )
4041
4142## [ 14.0.0] - 2021-11-17
You can’t perform that action at this time.
0 commit comments