Commit 343341f
authored
Moved matrices to 3x4 (#386)
* Moved matrices to 3x4
* Moved some more matrices to 3x4
* 3x4 matrices for URP
* Added test on hybrid version if enabled
* backed down hybrid requirements to 0.6.9, since this will catch 0.7 and up
* Bumped version to hybrid 0.6.0 preview
* Updated code to work with new Unity/DOTS release
* White space fix
* Fixed bad merge
* More merge fixes
* Added packages-lock.json files1 parent b001294 commit 343341f
File tree
11 files changed
+1323
-29
lines changed- TestProjects
- HDRP_HybridTests
- Assets/SampleScenes/TestMatrixPrevious
- Packages
- UniversalHybridTest/Packages
- com.unity.render-pipelines.core
- Runtime
- ShaderLibrary
- com.unity.render-pipelines.high-definition/Runtime/ShaderLibrary
- com.unity.render-pipelines.universal/ShaderLibrary
11 files changed
+1323
-29
lines changedLines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments