bjskishore123
bjskishore123

Reputation: 6352

is it possible to use OpenGL for drawing in WinCE?

For drawing graphics on WinCE emulator in visual studio 2008, currently i am trying to use GDI in VC++. is it possible to use OpenGL for drawing on WinCE platform ?

Upvotes: 2

Views: 159

Answers (1)

genpfault
genpfault

Reputation: 52155

No.

However, OpenGL ES is doable. You can use Vincent if your device doesn't have hardware support.

Upvotes: 2

Related Questions