Fix some shader disposal issues
This commit is contained in:
parent
a11f6f5235
commit
383452f5cf
3 changed files with 17 additions and 19 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue