1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-27 14:06:28 -05:00

Fix some shader disposal issues

This commit is contained in:
gdkchan
2020-01-05 13:40:21 -03:00
committed by Thog
parent a11f6f5235
commit 383452f5cf
3 changed files with 17 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
/// <summary>
/// Host shader program object.
/// </summary>
public IProgram HostProgram { get; set; }
public IProgram HostProgram { get; }
/// <summary>
/// Cached shader.