Search Issue Tracker
By Design
Votes
1
Found in
2019.3
2019.3.3f1
2020.2
Issue ID
1238124
Regression
No
[iOS] Setting Store Action DontCare for MSAA RT, sets Store Action to storeAndMultisampleResolve instead
How to reproduce:
1. Open the attached 'StoreActionDontCareWithMSAA.zip' project
2. Build for iOS and open the Xcode project
3. Select Menu bar-> Product-> Scheme-> Edit Scheme
4. Set GPU Frame Capture to Metal and Metal API Validation to Enabled
5. Deploy the Xcode project to the iOS device
6. Press 'Capture GPU frame' button
7. In sidebar's Memory panel navigate CommandBuffer > Camera Render > Drawing > CommandBuffer.AfterSkybox
8. Select CommandBuffer.AfterSkybox and observe Store Action in the graph
Expected result: Store Action is set to DontCare
Actual result: Store Action is set to storeAndMultisampleResolve
Reproducible with: 2019.3.14f1, 2020.1.0b9, 2020.2.0a11
Couldn't test: 2018.4.23f1 CommandBuffer.AfterSkybox is not displayed
Reproducible with:
- iPhone 8 (iOS 12.0)
- iPhone XR (iOS 13.4.1)
Note: Screenshot of the result attached in Edit
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI becomes unresponsive when using AppUI Navigation and Event System is attached
- Freeze/crash with multiple StackTraces when opening a specific project
- Crash on TypeContainer<int>::rtti when deleting a Render Texture that is used by the Main Camera
- Multiple ArgumentExceptions are thrown when adding a VisualTreeAsset with Sprite Glyphs to a UIDocument
- Color Node Alpha slider displays incorrect value when viewed in Shader Graph
Resolution Note (2020.2.X):
This is currently by design of the API