Class: Shaderize::Shader
- Inherits:
-
Struct
- Object
- Struct
- Shaderize::Shader
- Defined in:
- lib/shaderize/scaffold.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#uniforms ⇒ Object
Returns the value of attribute uniforms.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
7 8 9 |
# File 'lib/shaderize/scaffold.rb', line 7 def attributes @attributes end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/shaderize/scaffold.rb', line 7 def name @name end |
#uniforms ⇒ Object
Returns the value of attribute uniforms
7 8 9 |
# File 'lib/shaderize/scaffold.rb', line 7 def uniforms @uniforms end |