Developing Games on Intel Graphics
If you are gaming on graphics integrated in your Intel Processor, this is the place for you! Find answers to your questions or post your issues with PC games
486 Discussions

why the refresh frame rate is slow?

bin_y_
Beginner
450 Views

I am doing a image processing project. The image processing is implementing using glsl and rendering to a offscreen frame buffer. And then the 2D texture is using to update to the screen.

I am using Intel Atom E3845 processor. 

My glsl shader of the image processing algorithm takes about 20ms for each 800*600 frame. My problem is the frame rate of the application is about 20fps which means that it takes about 50ms for each frame to show on the screen.  So why it takes 30ms more time than the process time to show on the screen?

Can anyone tell me what is the problem? all the processing and update is in the same thread.

0 Kudos
1 Reply
Michael_C_Intel2
Employee
450 Views

Hi,

You may try using multiple threads and cores. That is a lot of work for a single thread on that processor. 

-Michael 

0 Kudos
Reply