Class: Glslkit::Reflection::Output
- Inherits:
-
Struct
- Object
- Struct
- Glslkit::Reflection::Output
- Defined in:
- lib/glslkit/reflection.rb
Instance Attribute Summary collapse
-
#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
#location ⇒ Object
Returns the value of attribute location
24 25 26 |
# File 'lib/glslkit/reflection.rb', line 24 def location @location end |
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/glslkit/reflection.rb', line 24 def name @name end |
#output_line ⇒ Object
Returns the value of attribute output_line
24 25 26 |
# File 'lib/glslkit/reflection.rb', line 24 def output_line @output_line end |
#type ⇒ Object
Returns the value of attribute type
24 25 26 |
# File 'lib/glslkit/reflection.rb', line 24 def type @type end |