mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-16 11:08:54 +00:00
5 lines
284 B
Text
5 lines
284 B
Text
This example uses SDL_SetTextureBlendMode() to apply blending to textures,
|
|
and SDL_ComposeCustomBlendMode() to create a custom blend mode.
|
|
|
|
You can also use SDL_SetRenderDrawBlendMode() to apply blending to the
|
|
entire renderer, but it only affects filled rects and lines, not texture
|