package openfl.display {
/**
 * @externs
 */
public class ShaderPrecision {
	public static const FAST:String = "fast";
	public static const FULL:String = "full";
}
}
