Class: Glslkit::Reflection::UniformBlock
- Inherits:
-
Struct
- Object
- Struct
- Glslkit::Reflection::UniformBlock
- Defined in:
- lib/glslkit/reflection.rb
Instance Attribute Summary collapse
-
#binding ⇒ Object
Returns the value of attribute binding.
-
#layout ⇒ Object
Returns the value of attribute layout.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output_line ⇒ Object
Returns the value of attribute output_line.
Instance Attribute Details
#binding ⇒ Object
Returns the value of attribute binding
23 24 25 |
# File 'lib/glslkit/reflection.rb', line 23 def binding @binding end |
#layout ⇒ Object
Returns the value of attribute layout
23 24 25 |
# File 'lib/glslkit/reflection.rb', line 23 def layout @layout end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/glslkit/reflection.rb', line 23 def name @name end |
#output_line ⇒ Object
Returns the value of attribute output_line
23 24 25 |
# File 'lib/glslkit/reflection.rb', line 23 def output_line @output_line end |