I noticed in the cocos2d-x tutorial 1 it mentions the windows version uses powervr 1.1. Can you use powervrs opengl es 2.0 so you can use shaders.
You can checkout our gles2.0 branch and have a try. But gles2.0 is still unstable now.
Okay. Thanks. Is there any reason the windows port uses opengl es rather than using a full version? It seems like you are having a huge penalty.
Also is the gles 2.0 branch stable on the iphone and android versions? I guess I thought the 2.0 version had been out for a while.
Thanks,
Jim
- Using gles on windows so we can easily test gles usages before testing on ios/android devices. PowerVR’s gles library is free to use & distribute, I’m very certain about this.
- gles2.0 branch isn’t stable enough yet.