UUM-70740
Fixed in 2022.3.51f1Mentioned in 1 release note.
First fixed in 2022.3.51f1 (Oct 22, 2024).
| Version | Section | Risk | Impact | Note |
|---|---|---|---|---|
| 2022.3.51f1 | Fixes Graphics | Fix | When using the Metal graphics API, SystemInfo.SupportsRandomWriteOnRenderTextureFormat() will now check the Metal device's readWriteTextureSupport tier to check whether a texture format supports simultaneous read and writes in a shader. With this change, this function will now return false for some texture formats that previously made it return true. One example is RenderTextureFormat.RG16 that previously made it return true but now false is returned instead. |