/**
 * Copyright 1998-2010 Epic Games, Inc. All Rights Reserved.
 */

precision mediump float;

#define ALPHAKILL(Alpha) if (Alpha <= AlphaTestRef) { discard; }

uniform float AlphaTestRef;
