I have a simple textured quad (composed of 2 triangles) that im rendering in my iPhone app using GLKit.
Now for some reason I am not seeing any difference when defining my vertices with CW notation vs CCW notation. Why is this? Note that I am using the default GLKit project template with minimal changes. Also, I am using the GLKBaseEffect for rendering, not ES2.