dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
RenderStates.this
dsfml
graphics
renderstates
RenderStates
Construct a default set of render states with a custom texture
this
(BlendMode theBlendMode)
this
(Transform theTransform)
this
(const(Texture) theTexture)
struct
RenderStates
this
(
const
(
Texture
)
theTexture
)
this
(const(Shader) theShader)
this
(BlendMode theBlendMode, Transform theTransform, const(Texture) theTexture, const(Shader) theShader)
Parameters
theTexture
const
(
Texture
)
Texture to use
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 texture