andykorth / Pencil.Gaming

An open-source, cross-platform gaming library for C# with bindings for OpenGL, OpenAL, and GLFW.
134 stars 35 forks source link

GetFramebufferSize missing #21

Closed WebFreak001 closed 7 years ago

WebFreak001 commented 10 years ago

I've followed this tutorial: http://www.glfw.org/docs/latest/quick.html but suddenly the function GetFramebufferSize was missing. Is it my fault or is it missing in the wrapper?

antonijn commented 10 years ago

I'll check it out.

antonijn commented 10 years ago

Yep, you're right, it's missing, I'll add it. GLFW3 support is still a bit lacking I'm sad to say :/

WebFreak001 commented 10 years ago

wow quick and nice support. Thats neat!

antonijn commented 10 years ago

I'll also check whether any other GLFW3 functionality is missing or broken, I suspect that might be the case.

antonijn commented 10 years ago

Okay, the last commit should have fixed it. I haven't tested it, so if it crashes or anything please let me know. If everything works, then that's great :)