class GUI::Shader
- GUI::Shader
- Prism::Shader::Program
- Reference
- Object
Overview
A generic shader for the GUI
Defined in:
shader.crConstructors
Instance Method Summary
-
#color=(value : Prism::Maths::Vector3f)
Sets the value of the "color" uniform.
-
#transformation_matrix=(value : Prism::Maths::Matrix4f)
Sets the value of the "transformationMatrix" uniform.
Constructor Detail
Instance Method Detail
def transformation_matrix=(value : Prism::Maths::Matrix4f)
#
Sets the value of the "transformationMatrix" uniform.