|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [gameprogrammer] Re: graphic programming
Hi there,
Can't you use:
hDC = GetDC(NULL);
doesn't this return a handle to the desktop DeviceContext that you can bind your GL Rendering Context to? I haven't done this myself but I have used GetDC to get a handle to a child window within my main window and used that to render GL.
Regards
Richard
On 25/06/07, Yasser Gonzalez Soto <yassergs@ispejv.rimed.cu> wrote:
|
|