Class: Shaderize::ShaderVariable
- Inherits:
-
Struct
- Object
- Struct
- Shaderize::ShaderVariable
- Defined in:
- lib/shaderize/parser.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/shaderize/parser.rb', line 6 def name @name end |
#size ⇒ Object
Returns the value of attribute size
6 7 8 |
# File 'lib/shaderize/parser.rb', line 6 def size @size end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/shaderize/parser.rb', line 6 def type @type end |