README.txt 284 B

12345
  1. This example uses SDL_SetTextureBlendMode() to apply blending to textures,
  2. and SDL_ComposeCustomBlendMode() to create a custom blend mode.
  3. You can also use SDL_SetRenderDrawBlendMode() to apply blending to the
  4. entire renderer, but it only affects filled rects and lines, not texture