Skip to content

Commit

Permalink
MP1-5214: Add PixelShader support: Add debug logging to PixelShaderCo…
Browse files Browse the repository at this point in the history
…llection
  • Loading branch information
epbk committed Apr 1, 2024
1 parent f7ded25 commit 4013b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mediaportal/Core/guilib/PixelShaderCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ public void Load(string strProfile)
/// <param name="strProfile">Profile name.</param>
public void Load(string strNames, string strProfile)
{
Log.Debug("PixelShaderCollection: Load() Names:'{0}' Profile:'{1}'", strNames, strProfile);

this.Clear();

this._Profile = !string.IsNullOrWhiteSpace(strProfile) ? strProfile : SHADER_PROFILE_DEFAULT;
Expand Down

0 comments on commit 4013b1d

Please sign in to comment.