Click here to Skip to main content
15,905,875 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: GDI+ refresh image (C++) Pin
Valdyr14-Jan-09 8:48
Valdyr14-Jan-09 8:48 
GeneralRe: GDI+ refresh image (C++) Pin
Mark Salsbery14-Jan-09 8:59
Mark Salsbery14-Jan-09 8:59 
GeneralRe: GDI+ refresh image (C++) Pin
Valdyr14-Jan-09 9:09
Valdyr14-Jan-09 9:09 
GeneralRe: GDI+ refresh image (C++) Pin
Tim Craig14-Jan-09 8:39
Tim Craig14-Jan-09 8:39 
GeneralRe: GDI+ refresh image (C++) Pin
Valdyr14-Jan-09 8:58
Valdyr14-Jan-09 8:58 
AnswerRe: GDI+ refresh image (C++) Pin
Valdyr14-Jan-09 9:07
Valdyr14-Jan-09 9:07 
Question[OpenGL] multithread drawing Pin
King Tran10-Jan-09 15:58
King Tran10-Jan-09 15:58 
AnswerRe: [OpenGL] multithread drawing Pin
xavierkj13-Jul-09 0:35
xavierkj13-Jul-09 0:35 
Please check in which thread you have created your OpenGL rendering context.
If it is in your main thread, you cannot use OpenGL calls from another thread.

If you need to do so, you will have to create seperate context for each thread and should share the context using wglShareList.

Please note that when using wglShareList the shared contexts should be made the current context of the corresponding thread using wglMakeCurrent.
QuestionProgrammatically Detecting GPU Specs (shading processors) Pin
Daniel Sparks7-Jan-09 8:11
Daniel Sparks7-Jan-09 8:11 
QuestionSIP phone and Flash Pin
bigphish1-Jan-09 21:43
bigphish1-Jan-09 21:43 
QuestionAdding a jpeg to a postscript file Pin
guruthos1-Jan-09 12:09
guruthos1-Jan-09 12:09 
Questionopen gl: getting texture dimensions from a texture handle Pin
Jim Crafton30-Dec-08 13:11
Jim Crafton30-Dec-08 13:11 
AnswerRe: open gl: getting texture dimensions from a texture handle Pin
El Corazon1-Jan-09 6:59
El Corazon1-Jan-09 6:59 
GeneralRe: open gl: getting texture dimensions from a texture handle Pin
Jim Crafton1-Jan-09 7:08
Jim Crafton1-Jan-09 7:08 
QuestionJPEG compression utility Pin
jesarg29-Dec-08 15:47
jesarg29-Dec-08 15:47 
AnswerRe: JPEG compression utility Pin
Tim Craig29-Dec-08 17:55
Tim Craig29-Dec-08 17:55 
GeneralRe: JPEG compression utility Pin
jesarg30-Dec-08 7:02
jesarg30-Dec-08 7:02 
GeneralRe: JPEG compression utility Pin
Tim Craig30-Dec-08 10:29
Tim Craig30-Dec-08 10:29 
Questionshaders and textures. Pin
Jim Crafton29-Dec-08 4:59
Jim Crafton29-Dec-08 4:59 
AnswerRe: shaders and textures. Pin
El Corazon1-Jan-09 7:03
El Corazon1-Jan-09 7:03 
GeneralRe: shaders and textures. Pin
Jim Crafton1-Jan-09 17:14
Jim Crafton1-Jan-09 17:14 
QuestionC++ / MFC Pin
GioFisk19-Dec-08 22:24
GioFisk19-Dec-08 22:24 
AnswerRe: C++ / MFC Pin
Hamid_RT28-Dec-08 4:50
Hamid_RT28-Dec-08 4:50 
Questionwriting PDF Doc in bitmap format as an image using C# Pin
gtag18-Dec-08 19:24
gtag18-Dec-08 19:24 
AnswerRe: writing PDF Doc in bitmap format as an image using C# Pin
Henry Minute12-Jan-09 2:28
Henry Minute12-Jan-09 2:28 

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.