1
General / Re: GPU usage while doing (literally) nothing
« on: November 01, 2018, 08:25:16 pm »You're not doing "nothing", but you're clearing and displaying the window at ~60fps.
Don't forget that GPU usage isn't linear. So just because it's 10% now, doesn't mean, that it will go up 1% for every shape your draw.
Of course, but I was just wondering if this is expected, since 10% for blanking the window seemed a bit too high for relatively modern hardware. I'm new to working with GPUs, so I might be missing something here.\\
EDIT: Also, it goes up to 20-25% if I draw two sprites one above another, each stretched to fill the screen, around 800x800 textures for each, and a couple of lines of text.