Class: Doom::Render::HardwareRenderer::Batch

Inherits:
Struct
  • Object
show all
Defined in:
lib/doom/render/hardware_renderer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bufferObject

Returns the value of attribute buffer

Returns:

  • the current value of buffer



19
20
21
# File 'lib/doom/render/hardware_renderer.rb', line 19

def buffer
  @buffer
end

#lightObject

Returns the value of attribute light

Returns:

  • the current value of light



19
20
21
# File 'lib/doom/render/hardware_renderer.rb', line 19

def light
  @light
end

#maskedObject

Returns the value of attribute masked

Returns:

  • the current value of masked



19
20
21
# File 'lib/doom/render/hardware_renderer.rb', line 19

def masked
  @masked
end

#materialObject

Returns the value of attribute material

Returns:

  • the current value of material



19
20
21
# File 'lib/doom/render/hardware_renderer.rb', line 19

def material
  @material
end

#surfaceObject

Returns the value of attribute surface

Returns:

  • the current value of surface



19
20
21
# File 'lib/doom/render/hardware_renderer.rb', line 19

def surface
  @surface
end

#vertex_countObject

Returns the value of attribute vertex_count

Returns:

  • the current value of vertex_count



19
20
21
# File 'lib/doom/render/hardware_renderer.rb', line 19

def vertex_count
  @vertex_count
end