forked from GSoC/sdl-2.30.3-kolibri
SDL_BLENDMODE_BLEND causes black window #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to set
SDL_BLENDMODE_BLEND
causes SDL window to be just black, without any graphics displayed.For example, this line of code:
But without
SDL_BLENDMODE_BLEND
it works totally fine.This also makes it impossible to use half-transparent colors in
RenderDraw
functions.