Class: Doom::Render::HardwareRenderer::Batch
- Inherits:
-
Struct
- Object
- Struct
- Doom::Render::HardwareRenderer::Batch
- Defined in:
- lib/doom/render/hardware_renderer.rb
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#light ⇒ Object
Returns the value of attribute light.
-
#masked ⇒ Object
Returns the value of attribute masked.
-
#material ⇒ Object
Returns the value of attribute material.
-
#surface ⇒ Object
Returns the value of attribute surface.
-
#vertex_count ⇒ Object
Returns the value of attribute vertex_count.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
19 20 21 |
# File 'lib/doom/render/hardware_renderer.rb', line 19 def buffer @buffer end |
#light ⇒ Object
Returns the value of attribute light
19 20 21 |
# File 'lib/doom/render/hardware_renderer.rb', line 19 def light @light end |
#masked ⇒ Object
Returns the value of attribute masked
19 20 21 |
# File 'lib/doom/render/hardware_renderer.rb', line 19 def masked @masked end |
#material ⇒ Object
Returns the value of attribute material
19 20 21 |
# File 'lib/doom/render/hardware_renderer.rb', line 19 def material @material end |
#surface ⇒ Object
Returns the value of attribute surface
19 20 21 |
# File 'lib/doom/render/hardware_renderer.rb', line 19 def surface @surface end |
#vertex_count ⇒ Object
Returns the value of attribute vertex_count
19 20 21 |
# File 'lib/doom/render/hardware_renderer.rb', line 19 def vertex_count @vertex_count end |