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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -