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.