/*============================================================================= NULLPixelShader.usf: Dummy pixel shader to use instead of SetPixelShader(NULL). Copyright 1998-2010 Epic Games, Inc. All Rights Reserved. =============================================================================*/ #include "Common.usf" float4 Main() : SV_Target0 { return 0; }