sdl3/lib/sdl3-blendmode-impl.scm

12 lines
293 B
Scheme
Raw Normal View History

2024-10-08 22:41:17 +00:00
(import (scheme)
(chicken base)
(chicken foreign))
(import-syntax (sdl3 internal utilities))
(foreign-declare "#include <SDL3/SDL_blendmode.h>")
(define-sdl-const-values
blendmode unsigned-int32
none blend blend-premultiplied add add add-premultiplied
mod mul invalid)