bindbc-sdl ~master (2021-07-21T07:33:23Z)
Dub
Repo
SDL_ComposeCustomBlendMode
bindbc
sdl
bind
sdlblendmode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_BlendMode
SDL_ComposeCustomBlendMode
(SDL_BlendFactor srcColorFactor, SDL_BlendFactor dstColorFactor, SDL_BlendOperation colorOperation, SDL_BlendFactor srcAlphaFactor, SDL_BlendFactor dstAlphaFactor, SDL_BlendOperation alphaOperation)
extern (
C
) @
nogc
nothrow
static if
(
staticBinding
)
static if
(
sdlSupport >= SDLSupport.sdl206
)
SDL_BlendMode
SDL_ComposeCustomBlendMode
(
SDL_BlendFactor
srcColorFactor
,
SDL_BlendFactor
dstColorFactor
,
SDL_BlendOperation
colorOperation
,
SDL_BlendFactor
srcAlphaFactor
,
SDL_BlendFactor
dstAlphaFactor
,
SDL_BlendOperation
alphaOperation
)
pSDL_ComposeCustomBlendMode
SDL_ComposeCustomBlendMode
;
Meta
Source
See Implementation
bindbc
sdl
bind
sdlblendmode
aliases
SDL_BlendMode
pSDL_ComposeCustomBlendMode
enums
SDL_BlendFactor
SDL_BlendOperation
functions
SDL_ComposeCustomBlendMode
manifest constants
SDL_BLENDMODE_ADD
SDL_BLENDMODE_BLEND
SDL_BLENDMODE_INVALID
SDL_BLENDMODE_MOD
SDL_BLENDMODE_MUL
SDL_BLENDMODE_NONE