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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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