Click here to Skip to main content
15,901,373 members
Home / Discussions / Graphics
   

Graphics

 
QuestionCreate a 4-bit Bitmap Pin
Mohammad Khodaea1-Oct-07 1:43
Mohammad Khodaea1-Oct-07 1:43 
AnswerRe: Create a 4-bit Bitmap Pin
Dan Neely1-Oct-07 2:16
Dan Neely1-Oct-07 2:16 
AnswerRe: Create a 4-bit Bitmap Pin
El Corazon1-Oct-07 7:04
El Corazon1-Oct-07 7:04 
QuestionImage Processing Application - help required Pin
sunny7430-Sep-07 0:47
sunny7430-Sep-07 0:47 
QuestionDX/OGL scrollable canvas Pin
Stevie26-Sep-07 0:03
Stevie26-Sep-07 0:03 
AnswerRe: DX/OGL scrollable canvas Pin
El Corazon26-Sep-07 5:43
El Corazon26-Sep-07 5:43 
QuestionOpenGL with C++/CLI framerate issue Pin
Xpnctoc22-Sep-07 4:07
Xpnctoc22-Sep-07 4:07 
AnswerRe: OpenGL with C++/CLI framerate issue Pin
codemunkeh22-Sep-07 5:36
codemunkeh22-Sep-07 5:36 
It's possible your Timer interval is too low. If the CPU spends all it's time dealing with that, then there's little time left to run the overhead for DX/OpenGL.
You could either shuffle the loop to simply call itself when it finishes, or change the Timer interval to something like 10. This gives you a rate of 100, but remember: the human eye can't tell the difference between 100 and 30...


Ninja (the Nerd)

Confused? You will be...

GeneralRe: OpenGL with C++/CLI framerate issue Pin
Xpnctoc22-Sep-07 7:26
Xpnctoc22-Sep-07 7:26 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
codemunkeh22-Sep-07 11:59
codemunkeh22-Sep-07 11:59 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Xpnctoc22-Sep-07 15:26
Xpnctoc22-Sep-07 15:26 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
El Corazon24-Sep-07 7:45
El Corazon24-Sep-07 7:45 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Jeremy Falcon25-Sep-07 8:29
professionalJeremy Falcon25-Sep-07 8:29 
JokeRe: OpenGL with C++/CLI framerate issue Pin
El Corazon25-Sep-07 12:54
El Corazon25-Sep-07 12:54 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Jeremy Falcon25-Sep-07 12:56
professionalJeremy Falcon25-Sep-07 12:56 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Mark Salsbery25-Sep-07 13:16
Mark Salsbery25-Sep-07 13:16 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
El Corazon25-Sep-07 13:18
El Corazon25-Sep-07 13:18 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Mark Salsbery25-Sep-07 13:32
Mark Salsbery25-Sep-07 13:32 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Xpnctoc26-Sep-07 5:01
Xpnctoc26-Sep-07 5:01 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Mark Salsbery26-Sep-07 5:43
Mark Salsbery26-Sep-07 5:43 
AnswerRe: OpenGL with C++/CLI framerate issue Pin
El Corazon24-Sep-07 6:42
El Corazon24-Sep-07 6:42 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Xpnctoc24-Sep-07 8:45
Xpnctoc24-Sep-07 8:45 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Xpnctoc24-Sep-07 8:51
Xpnctoc24-Sep-07 8:51 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
El Corazon24-Sep-07 9:33
El Corazon24-Sep-07 9:33 
GeneralRe: OpenGL with C++/CLI framerate issue Pin
Xpnctoc24-Sep-07 10:02
Xpnctoc24-Sep-07 10:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.