dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
RenderStates.this
dsfml
graphics
renderstates
RenderStates
Construct a default set of render states with a custom blend mode.
this
(
BlendMode
theBlendMode
)
struct
RenderStates
this
(
BlendMode
theBlendMode
)
this
(
Transform
theTransform
)
this
(
const
(
Texture
)
theTexture
)
this
(
const
(
Shader
)
theShader
)
this
(
BlendMode
theBlendMode
,
Transform
theTransform
,
const
(
Texture
)
theTexture
,
const
(
Shader
)
theShader
)
Meta
Source
See Implementation
dsfml
graphics
renderstates
RenderStates
constructors
this
properties
shader
texture
variables
blendMode
transform
Construct a default set of render states with a custom blend mode.