diff options
Diffstat (limited to 'sdl2/bindings.scm')
-rw-r--r-- | sdl2/bindings.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdl2/bindings.scm b/sdl2/bindings.scm index 6c638ab..b6f9431 100644 --- a/sdl2/bindings.scm +++ b/sdl2/bindings.scm @@ -202,6 +202,9 @@ RETURN-TYPE and accept arguments of ARG-TYPES." (define-foreign sdl-gl-set-attribute int "SDL_GL_SetAttribute" (list int int)) +(define-foreign sdl-gl-set-swap-interval + int "SDL_GL_SetSwapInterval" (list int)) + (define-public SDL_RENDERER_SOFTWARE #x00000001) (define-public SDL_RENDERER_ACCELERATED #x00000002) (define-public SDL_RENDERER_PRESENTVSYNC #x00000004) |