nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
RenderStates.this
nudsfml
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
nudsfml
graphics
renderstates
RenderStates
constructors
this
properties
shader
texture
variables
blendMode
transform
Construct a default set of render states with a custom shader