Class: Stagecraft::Renderer::UniformPacker::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/stagecraft/renderer/uniform_packer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject (readonly)

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



7
8
9
# File 'lib/stagecraft/renderer/uniform_packer.rb', line 7

def bytes
  @bytes
end

#fieldsObject (readonly)

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



7
8
9
# File 'lib/stagecraft/renderer/uniform_packer.rb', line 7

def fields
  @fields
end

#struct_sourceObject (readonly)

Returns the value of attribute struct_source

Returns:

  • (Object)

    the current value of struct_source



7
8
9
# File 'lib/stagecraft/renderer/uniform_packer.rb', line 7

def struct_source
  @struct_source
end

#texturesObject (readonly)

Returns the value of attribute textures

Returns:

  • (Object)

    the current value of textures



7
8
9
# File 'lib/stagecraft/renderer/uniform_packer.rb', line 7

def textures
  @textures
end