Class: Stagecraft::Renderer::FrameResources::SkinBinding

Inherits:
Struct
  • Object
show all
Defined in:
lib/stagecraft/renderer/frame_resources.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bind_groupObject

Returns the value of attribute bind_group

Returns:

  • (Object)

    the current value of bind_group



6
7
8
# File 'lib/stagecraft/renderer/frame_resources.rb', line 6

def bind_group
  @bind_group
end

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



6
7
8
# File 'lib/stagecraft/renderer/frame_resources.rb', line 6

def buffer
  @buffer
end

#meshObject

Returns the value of attribute mesh

Returns:

  • (Object)

    the current value of mesh



6
7
8
# File 'lib/stagecraft/renderer/frame_resources.rb', line 6

def mesh
  @mesh
end

#skinObject

Returns the value of attribute skin

Returns:

  • (Object)

    the current value of skin



6
7
8
# File 'lib/stagecraft/renderer/frame_resources.rb', line 6

def skin
  @skin
end