Skip to content

Commit

Permalink
Make the plugin material versioning API internal. (#5264)
Browse files Browse the repository at this point in the history
  • Loading branch information
slunity committed Jul 30, 2021
1 parent 2b199b1 commit 82ed1b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace UnityEditor.Rendering.HighDefinition.ShaderGraph
{
public static class PluginMaterial
static class PluginMaterial
{
public enum GenericVersions
{
Expand All @@ -11,7 +11,7 @@ public enum GenericVersions
}
public const int k_NeverMigratedVersion = 0;
}
public interface IPluginSubTargetMaterialUtils
interface IPluginSubTargetMaterialUtils
{
int latestMaterialVersion { get; }
int latestSubTargetVersion { get; }
Expand Down

0 comments on commit 82ed1b1

Please sign in to comment.