manuelk
|
54856181a9
|
fix simpleCpu example :
- assign default widht / height to the window
- fix reshape callback
- downgrade GL profile hint to 3.3
|
2013-03-18 16:55:41 -07:00 |
|
Manuel Kraemer
|
a4c43b0522
|
fix some GLFW 3.0 issues - since we are still in beta, the API is changing a bit
- the closeWindowFun callback changed prototype (now returns void)
- keyboard functions now require the window handle (and pass it to the callback)
|
2013-03-16 18:44:53 -07:00 |
|
manuelk
|
a1040e80d4
|
- fix glViewer / simpleCPU example code to work w/ GLFW 3.0
- remove testEval from build for now (breaks linux build)
fixes #117
|
2013-02-19 10:14:56 -08:00 |
|
Jeremy Cowles
|
3f96f9872a
|
Removed last remnants of glut from simpleCpu comments
|
2013-02-16 13:15:29 -08:00 |
|
jcowles
|
eb1652bc26
|
Fixed core profile setup in simpleCpu for linux
|
2013-02-16 13:10:00 -08:00 |
|
Jeremy Cowles
|
cd8405a47a
|
Added stdio.h for printf in simpleCpu/main.cpp
|
2013-02-16 12:05:15 -08:00 |
|
Jeremy Cowles
|
e9b29cda95
|
Updated simpleCpu to use GLFW for all platforms
|
2013-02-16 12:03:21 -08:00 |
|