mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 21:20:48 -07:00
Stop clearing Modified flag on DiscardData (#6591)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user