andsve / pxf

Main repository for our engine/framework code.
23 stars 3 forks source link

Abstracted context creation #4

Closed jalgelind closed 14 years ago

jalgelind commented 14 years ago

Support context creation for D3D (win) and OpenGL (win, unix).

andsve commented 14 years ago

Implemented as Window class (WindowGL = OpenGL).

andsve commented 14 years ago

Commit 5488b033329faa84a318d771dc9d4a6caf3fadc0 has both WindowGL and WindowD3D.