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