package openfl.display;

@:enum abstract ShaderPrecision(String) from String to String
{
	public var FAST = "fast";
	public var FULL = "full";
}
