문제

Is it possible to measure the GPU time with OpenGL ES 3.0? With OpenGL, I could use glQueryCounter, but OpenGL ES doesn't have time queries.

도움이 되었습니까?

해결책

As far as I'm aware, not in the core specification, but check out this extension: EXT_disjoint_timer_query. If that's what you want, extension support can be queried by passing GL_EXTENSIONS to glGetString.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top