PVRTrace and OpenGL ES 1.1

Hi, I am trying to use PVRTrace with OpenGL ES 1.1, but I am getting linker errors when trying to link with :





libEGL.lib


libGLES_CM.lib


libGLESv1_CM.lib





from UtilitiesPVRTraceRecordWindowsPC








error LNK2019: unresolved external symbol __imp__glCheckFramebufferStatusOES@4


error LNK2019: unresolved external symbol __imp__glFramebufferRenderbufferOES@16


error LNK2019: unresolved external symbol __imp__glFramebufferTexture2DOES@20


error LNK2019: unresolved external symbol __imp__glBindFramebufferOES@8


error LNK2019: unresolved external symbol __imp__glRenderbufferStorageOES@16


error LNK2019: unresolved external symbol __imp__glBindRenderbufferOES@8


error LNK2019: unresolved external symbol __imp__glGenRenderbuffersOES@8


error LNK2019: unresolved external symbol __imp__glDeleteRenderbuffersOES@8





Does that mean, that these functions aren’t trace by PVRTrace?

unfourtunately , extensions are  not  yet supported. We hope to have them supported in near future


Thanks