We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3891 - SDL_SetTextureBlendMode(texture, SDL_BLENDMODE_MOD ) doesnt work with SDL_SetTextureAlphaMod
Summary: SDL_SetTextureBlendMode(texture, SDL_BLENDMODE_MOD ) doesnt work with SDL_Set...
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.6
Hardware: x86 Windows 10
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 07:10 UTC by Philipp M.
Modified: 2017-10-17 07:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp M. 2017-10-17 07:10:50 UTC
Using SDL_SetTextureBlendMode with the SDL_BLENDMODE_MOD flag the alpha value
of the texure does not change after calling SDL_SetTextureAlphaMod.