testss
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace UnityEditor.ShaderGraph.Internal
|
||||
{
|
||||
enum Precision
|
||||
{
|
||||
Inherit,
|
||||
Single,
|
||||
Half,
|
||||
}
|
||||
|
||||
public enum ConcretePrecision
|
||||
{
|
||||
Single,
|
||||
Half,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user