Stop clearing Modified flag on DiscardData (#6591)

This commit is contained in:
gdkchan
2024-04-03 21:30:46 -03:00
committed by GitHub
parent 6208c3e6f0
commit 8e74fa3456
3 changed files with 3 additions and 4 deletions

View File

@ -573,7 +573,7 @@ namespace Ryujinx.Graphics.Gpu.Image
/// <summary>
/// Discards all data for this texture.
/// This clears all dirty flags, modified flags, and pending copies from other textures.
/// This clears all dirty flags and pending copies from other textures.
/// It should be used if the texture data will be fully overwritten by the next use.
/// </summary>
public void DiscardData()