brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Added swap_buffers through SDL_GL_SwapBuffers #21

Closed FrozenCow closed 11 years ago

FrozenCow commented 11 years ago

Added support for SDL_GL_SwapBuffers with the function SDL::video::swap_buffers. This makes it possible to use OpenGL with doublebuffering.

AngryLawyer commented 11 years ago

Thanks!