Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CCDirector でピクセル形式を設定しようとしていますが、方法が見つかりません。
私のバージョンの cocos2d にはそのメソッドがないように思えますか??
変
アプリのデリゲートで、次の行を探します。
EAGLView *glView = [EAGLView viewWithFrame:[window bounds] pixelFormat:kEAGLColorFormatRGB565 // kEAGLColorFormatRGBA8 depthFormat:0 // GL_DEPTH_COMPONENT16_OES ];
または検索
EAGLView *glView
そして、あなたはそれを見つけるでしょう..