Commit a52f836
[PLAT-8404][UUM-72560][UUM-72565] Change default URP depth format to D24_S8 on embedded platforms
Changes the default depth format on the embedded platforms to D24_S8. D32_S8 causes issues on some devices and setting it as a default to D24_S8 is a more robust and sane default for our platforms.
This also fixes rendering only a black screen on the NXP i.mx8 device on EmbeddedLinux and QNX with a URP test project.1 parent 9fe6f5f commit a52f836
File tree
2 files changed
+2
-2
lines changed- Packages/com.unity.render-pipelines.universal/Runtime
- 2D
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments