Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ internal struct Varyings
Vector4 fogFactorAndVertexLight;
[Optional]
Vector4 shadowCoord;
[Semantic("CUSTOM_INSTANCE_ID")] [PreprocessorIf("UNITY_ANY_INSTANCING_ENABLED")]
[Semantic("CUSTOM_INSTANCE_ID")]
[SystemGenerated]
[PreprocessorIf("UNITY_ANY_INSTANCING_ENABLED")]
uint instanceID;
[Semantic("SV_RenderTargetArrayIndex")]
[SystemGenerated]
Expand Down
4 changes: 2 additions & 2 deletions com.unity.shadergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [7.8.0] - 2021-07-23

Version Updated
The version number for this package has increased due to a version update of a related graphics package.
### Fixed
- Fixed the ordering of varyings in a struct that could cause an error when compiling for XR on Android. [1369011](https://issuetracker.unity3d.com/product/unity/issues/guid/1361049/)

## [7.7.0] - 2021-04-28

Expand Down