Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opengl/gpu: disable timer queries on GLES again
I was not careful and failed to notice that GL_TIME_ELAPSED is not part of the GLES spec. We could use EXT_disjoint_timer_query to make this work but that's for another day. fixes: 691ab15
- Loading branch information