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 shader
this
(BlendMode theBlendMode)
this
(Transform theTransform)
this
(const(Texture) theTexture)
this
(const(Shader) theShader)
struct
RenderStates
this
(
const
(
Shader
)
theShader
)
this
(BlendMode theBlendMode, Transform theTransform, const(Texture) theTexture, const(Shader) theShader)
Parameters
theShader
const
(
Shader
)
Shader 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 shader