liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
TextShader
liberty
text
shader
*
version(none)
final
class
TextShader : ShaderProgram {
this
();
typeof
(
this
)
loadTranslation
(Vector2F matrix);
typeof
(
this
)
loadColor
(Vector3F matrix);
typeof
(
this
)
loadFontAtlas
(int id);
}
Constructors
this
this
()
*
Members
Functions
loadColor
typeof
(
this
)
loadColor
(Vector3F matrix)
* * Returns reference to this so it can be used in a stream.
loadFontAtlas
typeof
(
this
)
loadFontAtlas
(int id)
* * Returns reference to this so it can be used in a stream.
loadTranslation
typeof
(
this
)
loadTranslation
(Vector2F matrix)
* * Returns reference to this so it can be used in a stream.
Meta
Source
See Implementation
liberty
text
shader
classes
TextShader
*