Under windows desktop, there's wglCreateContext etc function to associate opengl window with HWND.
But not wglCreateContext under WINCE. So how to let opengl es draw on a HWND?
Can you direct some links about it?