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

namespace UnityEngine.Rendering
{
public class StencilOp // TypeDefIndex: 9220
{
	// Fields
	type#20890 value__;
	type#26520 Keep;
	type#26520 Zero;
	type#26520 Replace;
	type#26520 IncrementSaturate;
	type#26520 DecrementSaturate;
	type#26520 Invert;
	type#26520 IncrementWrap;
	type#26520 DecrementWrap;
}
}
