/* SCE CONFIDENTIAL $PSLibId$ * Copyright (C) 2010 Sony Computer Entertainment Inc. * All Rights Reserved. */ float4 main(float2 aPosition) : POSITION { return float4(aPosition, 1.f, 1.f); }