opengl v1.0.1 (2020-03-13T07:38:57Z)
Dub
Repo
GL.blendFunc
opengl
d
GL
void
blendFunc
(BlendingFactor sfactor, BlendingFactor dfactor)
void
blendFunc
(uint buf, BlendingFactor sfactor, BlendingFactor dfactor)
void
blendFunc
(BlendingFactor srcRGB, BlendingFactor dstRGB, BlendingFactor srcAlpha, BlendingFactor dstAlpha)
void
blendFunc
(uint buf, BlendingFactor srcRGB, BlendingFactor dstRGB, BlendingFactor srcAlpha, BlendingFactor dstAlpha)
struct
GL
@
nogc
@
system
nothrow static
void
blendFunc
(
uint
buf
,
BlendingFactor
srcRGB
,
BlendingFactor
dstRGB
,
BlendingFactor
srcAlpha
,
BlendingFactor
dstAlpha
)
Meta
Source
See Implementation
opengl
d
GL
properties
cullFaceMode
debugMessageCallback
depthFunc
frontFace
lineWidth
logicOp
minSampleShading
pointSize
primitiveRestartIndex
static functions
blendFunc
clear
debugMessageInsert
depthRange
polygonMode
polygonOffset
sampleCoverage
scissor
scissorArray
scissorIndexed
stencilFunc
stencilOp