-
Notifications
You must be signed in to change notification settings - Fork 840
[2021.2] [ShaderGraph] URP Uber Shader #3705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
613a536
5d4ffac
aa88cf4
c11b947
9a9f688
ff00c31
10b540b
ca653cb
d131202
4afe766
954ab83
24ea748
39ea696
4190ef4
1a47133
2c94bc6
6589a2d
31637a2
6a5c9e6
7772681
e126fca
8859752
aea47f5
6b7f6bd
c489b0c
7a56f74
1ab31e2
8115bf5
0056a1e
2aa23b7
9fe609d
2910fb8
340d10c
e77c2c7
53b1b0d
9578886
fb46581
50114d8
17a7867
3f45746
0a17c4f
ae32e7c
38d5c57
7438249
9fc1398
7103f4c
3268688
5ae7a71
8a5e821
80309ff
5be1912
bf075b4
c5869be
5ef9cbe
19958f1
731d4c9
41581e1
c09117c
8ce3904
a830886
6b6a97f
61e1f44
4010912
2684ca8
c187236
828cfae
5c5f64c
e748dc8
e0d8306
877125c
bcbb7f9
ce87a2f
f4e57f3
ebe155c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1124,7 +1124,7 @@ | |
}, | ||
"m_Name": "A", | ||
"m_DefaultReferenceName": "Vector1_e29cd19dafd54a1dbd31dcf1d75c21b2", | ||
"m_OverrideReferenceName": "a_3_4_d__", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixing an issue with this test on GL devices -- not allowed to use double underscore in identifiers. |
||
"m_OverrideReferenceName": "a_3_4_d_", | ||
"m_GeneratePropertyBlock": true, | ||
"m_Precision": 0, | ||
"m_GPUInstanced": false, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This more optimal form just appends the keyword declaration string directly into the builder... no temp string GC allocs