Class: Stagecraft::Renderer::UniformPacker::Result
- Inherits:
-
Data
- Object
- Data
- Stagecraft::Renderer::UniformPacker::Result
- Defined in:
- lib/stagecraft/renderer/uniform_packer.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#fields ⇒ Object
readonly
Returns the value of attribute fields.
-
#struct_source ⇒ Object
readonly
Returns the value of attribute struct_source.
-
#textures ⇒ Object
readonly
Returns the value of attribute textures.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
7 8 9 |
# File 'lib/stagecraft/renderer/uniform_packer.rb', line 7 def bytes @bytes end |
#fields ⇒ Object (readonly)
Returns the value of attribute fields
7 8 9 |
# File 'lib/stagecraft/renderer/uniform_packer.rb', line 7 def fields @fields end |
#struct_source ⇒ Object (readonly)
Returns the value of attribute struct_source
7 8 9 |
# File 'lib/stagecraft/renderer/uniform_packer.rb', line 7 def struct_source @struct_source end |
#textures ⇒ Object (readonly)
Returns the value of attribute textures
7 8 9 |
# File 'lib/stagecraft/renderer/uniform_packer.rb', line 7 def textures @textures end |