File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
com.unity.render-pipelines.high-definition Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
51
51
- Fixed SSGI frame setting not greyed out while SSGI is disabled in HDRP Asset
52
52
- Fixed HDRP material being constantly dirty.
53
53
- Fixed issue in path tracing, where objects would cast shadows even if not present in the path traced layers (case 1318857).
54
+ - Fixed SRP batcher not compatible with Decal (case 1311586)
54
55
55
56
### Changed
56
57
- Updated the tooltip for the Decal Angle Fade property (requires to enable Decal Layers in both HDRP asset and Frame settings) (case 1308048).
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ SAMPLER(sampler_MaskMap);
10
10
TEXTURE2D (_EmissiveColorMap);
11
11
SAMPLER (sampler_EmissiveColorMap);
12
12
13
+ CBUFFER_START (UnityPerMaterial)
14
+
13
15
float _NormalBlendSrc;
14
16
float _MaskBlendSrc;
15
17
float _DecalBlend;
@@ -35,4 +37,6 @@ float _Metallic;
35
37
float4 _SelectionID;
36
38
#endif
37
39
40
+ CBUFFER_END
41
+
38
42
#endif
You can’t perform that action at this time.
0 commit comments