mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-01 06:16:25 +02:00
Stop clearing Modified flag on DiscardData (#6591)
This commit is contained in:
parent
6208c3e6f0
commit
8e74fa3456
3 changed files with 3 additions and 4 deletions
|
@ -282,7 +282,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
|
||||
/// <summary>
|
||||
/// Discards all data for a given 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.
|
||||
/// </summary>
|
||||
/// <param name="texture">The texture being discarded</param>
|
||||
public void DiscardData(Texture texture)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue