cocos2d/cocos2d-x

Want Cocos2d-x v4 Mac to use openGL rendering,what can i do

Tannnyong opened this issue · 2 comments

Want Cocos2d-x v4 Mac to use openGL rendering,what can i do
I change CMAKE file But build Error

Then you can use v3.x. v4 is for metal.

rh101 commented

Want Cocos2d-x v4 Mac to use openGL rendering,what can i do I change CMAKE file But build Error

A developer posted a PR a while back against the Axmol fork of Cocos2d-x v4, which allows you to select OpenGL or Metal at runtime:
axmolengine/axmol#287

You may be able to merge the changes back into your own fork of Cocos2d-x v4.