clear_v.cg 206 B

1234567891011
  1. /* SCE CONFIDENTIAL
  2. $PSLibId$
  3. * Copyright (C) 2010 Sony Computer Entertainment Inc.
  4. * All Rights Reserved.
  5. */
  6. float4 main(float2 aPosition) : POSITION
  7. {
  8. return float4(aPosition, 1.f, 1.f);
  9. }