Class: Stagecraft::Renderer::ResourceCache::GPUGeometry
- Inherits:
-
Data
- Object
- Data
- Stagecraft::Renderer::ResourceCache::GPUGeometry
- Defined in:
- lib/stagecraft/renderer/resource_cache.rb
Instance Attribute Summary collapse
-
#index_buffer ⇒ Object
readonly
Returns the value of attribute index_buffer.
-
#index_count ⇒ Object
readonly
Returns the value of attribute index_count.
-
#index_format ⇒ Object
readonly
Returns the value of attribute index_format.
-
#layout_id ⇒ Object
readonly
Returns the value of attribute layout_id.
-
#vertex_buffers ⇒ Object
readonly
Returns the value of attribute vertex_buffers.
-
#vertex_count ⇒ Object
readonly
Returns the value of attribute vertex_count.
Instance Attribute Details
#index_buffer ⇒ Object (readonly)
Returns the value of attribute index_buffer
6 7 8 |
# File 'lib/stagecraft/renderer/resource_cache.rb', line 6 def index_buffer @index_buffer end |
#index_count ⇒ Object (readonly)
Returns the value of attribute index_count
6 7 8 |
# File 'lib/stagecraft/renderer/resource_cache.rb', line 6 def index_count @index_count end |
#index_format ⇒ Object (readonly)
Returns the value of attribute index_format
6 7 8 |
# File 'lib/stagecraft/renderer/resource_cache.rb', line 6 def index_format @index_format end |
#layout_id ⇒ Object (readonly)
Returns the value of attribute layout_id
6 7 8 |
# File 'lib/stagecraft/renderer/resource_cache.rb', line 6 def layout_id @layout_id end |
#vertex_buffers ⇒ Object (readonly)
Returns the value of attribute vertex_buffers
6 7 8 |
# File 'lib/stagecraft/renderer/resource_cache.rb', line 6 def vertex_buffers @vertex_buffers end |
#vertex_count ⇒ Object (readonly)
Returns the value of attribute vertex_count
6 7 8 |
# File 'lib/stagecraft/renderer/resource_cache.rb', line 6 def vertex_count @vertex_count end |