minggo

Results 301 comments of minggo

This PR break compatibility, can no be merged.

嗯嗯,这个得后面修复。

Do you have a demo to reproduce it?

Have you tried on other Android devices? I don't have the specific Android device.

The issue seems caused by it ``` E/Cocos: 21:47:46 [ERROR]: [SE_ERROR] (C:/ProgramData/cocos/editors/Creator/3.8.3/resources/resources/3d/engine/native/cocos/bindings/manual/jsb_global.cpp, 1370): wrong number of arguments: 0, was expecting 1 ``` Could you please print the javascript call stack...

@Skroopa thanks a lot. We can make a PR if it is not convenient for you to do it.

> This line causes the issue: > > https://github.com/cocos/cocos-engine/blob/983232bff571bae3ca4f78325a689c86d920afb8/native/cocos/renderer/gfx-gles2/GLES2Commands.cpp#L141 > > > And it must be: > ``` > case Format::DEPTH_STENCIL: return GL_DEPTH_STENCIL_OES; > ``` > > Since `GL_DEPTH24_STENCIL8_OES` is...

I think we should check extension to do it.