bindbc-sdl ~master (2021-07-21T07:33:23Z)
Dub
Repo
pSDL_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.
extern (
C
) @
nogc
nothrow
static if
(!(
staticBinding
))
static if
(
sdlSupport >= SDLSupport.sdl206
)
alias
pSDL_ComposeCustomBlendMode
=
SDL_BlendMode
function
(
SDL_BlendFactor
srcColorFactor
,
SDL_BlendFactor
dstColorFactor
,
SDL_BlendOperation
colorOperation
,
SDL_BlendFactor
srcAlphaFactor
,
SDL_BlendFactor
dstAlphaFactor
,
SDL_BlendOperation
alphaOperation
)
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