How to calculate the texture loading time in opengl es? -


for calculating texture loading time, enough measure execution time of glteximage2d()?

is there other methods calculate texture loading time in opengl?

glteximage2d synchronous (mostly... depends on driver , gpu, perspective is) function, meaning can assume set , ready go when returns. therefore, should have measure execution time of glteximage2d figure out loading time.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -