Some OGL questions
Hi! So here are my questions :
-Are the commands glMultMatrix, glRotate... executed by the cpu or the graphics card?
-Is glBindTexture a ''slow'' OpenGL command?
Thanks in advance for the help.
-Are the commands glMultMatrix, glRotate... executed by the cpu or the graphics card?
The GPU
-Is glBindTexture a ''slow'' OpenGL command?
Any command, when used excessively, can become a bottleneck. Don''t fret if you''re using it normally (for example not binding a new texture at every iteration of a huge loop)
Crispy
The GPU
-Is glBindTexture a ''slow'' OpenGL command?
Any command, when used excessively, can become a bottleneck. Don''t fret if you''re using it normally (for example not binding a new texture at every iteration of a huge loop)
Crispy
"Literally, it means that Bob is everything you can think of, but not dead; i.e., Bob is a purple-spotted, yellow-striped bumblebee/dragon/pterodactyl hybrid with a voracious addiction to Twix candy bars, but not dead."- kSquared
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement