Bundle SDL2 multimedia library for 2D graphics, input handling, audio playback, and window management. Core types: Window, Renderer, Texture, Surface, Event, and Mixer. Compile with -lib sdl2.
BlendMode
Blend modes
Items
- SDL_BLENDMODE_NONE = 0
- SDL_BLENDMODE_BLEND = 1
- SDL_BLENDMODE_ADD = 2
- SDL_BLENDMODE_MOD = 4