Class: Glslkit::Reflection::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Glslkit::Reflection::Attribute
- Defined in:
- lib/glslkit/reflection.rb
Instance Attribute Summary collapse
-
#array_size ⇒ Object
Returns the value of attribute array_size.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output_line ⇒ Object
Returns the value of attribute output_line.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#array_size ⇒ Object
Returns the value of attribute array_size
21 22 23 |
# File 'lib/glslkit/reflection.rb', line 21 def array_size @array_size end |
#location ⇒ Object
Returns the value of attribute location
21 22 23 |
# File 'lib/glslkit/reflection.rb', line 21 def location @location end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/glslkit/reflection.rb', line 21 def name @name end |
#output_line ⇒ Object
Returns the value of attribute output_line
21 22 23 |
# File 'lib/glslkit/reflection.rb', line 21 def output_line @output_line end |
#type ⇒ Object
Returns the value of attribute type
21 22 23 |
# File 'lib/glslkit/reflection.rb', line 21 def type @type end |