littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics
/
GL
/
blendFuncSeparate
blend
Func
Separate
abstract
fun
blendFuncSeparate
(
srcRGB
:
Int
,
dstRGB
:
Int
,
srcAlpha
:
Int
,
dstAlpha
:
Int
)
open
fun
blendFuncSeparate
(
srcRGB
:
BlendFactor
,
dstRGB
:
BlendFactor
,
srcAlpha
:
BlendFactor
,
dstAlpha
:
BlendFactor
)