I am really confused that if I only bundle @2x images, and I only have a layout for the retina screen. Will IOS scale it again?
For example, I pass point (800, 600) to opengl es, will IOS change it to (1600, 1200)? Cause I don't want to support non-retina device, so the (800, 600) is already the right position. But I am afraid the IOS will auto change it to (1600, 1200).