// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Rendering.CompareFunction

namespace UnityEngine.Rendering
{
public class CompareFunction // TypeDefIndex: 9218
{
	// Fields
	type#20890 value__;
	type#16206 Disabled;
	type#16206 Never;
	type#16206 Less;
	type#16206 Equal;
	type#16206 LessEqual;
	type#16206 Greater;
	type#16206 NotEqual;
	type#16206 GreaterEqual;
	type#16206 Always;
}
}
