Change SDL_BLENDMODE_MUL for gl renderers
Add FIXME for PSP and DirectFB
This commit is contained in:
parent
c078dfcf6b
commit
23bce27b26
3 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,7 @@ this should probably be removed at some point in the future. --ryan. */
|
|||
|
||||
#define SDL_BLENDMODE_MUL_FULL \
|
||||
SDL_COMPOSE_BLENDMODE(SDL_BLENDFACTOR_DST_COLOR, SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA, SDL_BLENDOPERATION_ADD, \
|
||||
SDL_BLENDFACTOR_DST_ALPHA, SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA, SDL_BLENDOPERATION_ADD)
|
||||
SDL_BLENDFACTOR_ZERO, SDL_BLENDFACTOR_ONE, SDL_BLENDOPERATION_ADD)
|
||||
|
||||
#if !SDL_RENDER_DISABLED
|
||||
static const SDL_RenderDriver *render_drivers[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue