Class: Stagecraft::Renderer::PipelineCache::Key
- Inherits:
-
Data
- Object
- Data
- Stagecraft::Renderer::PipelineCache::Key
- Defined in:
- lib/stagecraft/renderer/pipeline_cache.rb
Instance Attribute Summary collapse
-
#blend_state ⇒ Object
readonly
Returns the value of attribute blend_state.
-
#color_format ⇒ Object
readonly
Returns the value of attribute color_format.
-
#cull_mode ⇒ Object
readonly
Returns the value of attribute cull_mode.
-
#depth_state ⇒ Object
readonly
Returns the value of attribute depth_state.
-
#feature_bits ⇒ Object
readonly
Returns the value of attribute feature_bits.
-
#material_class ⇒ Object
readonly
Returns the value of attribute material_class.
-
#sample_count ⇒ Object
readonly
Returns the value of attribute sample_count.
-
#shadow_pass ⇒ Object
readonly
Returns the value of attribute shadow_pass.
-
#vertex_layout_id ⇒ Object
readonly
Returns the value of attribute vertex_layout_id.
Instance Attribute Details
#blend_state ⇒ Object (readonly)
Returns the value of attribute blend_state
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def blend_state @blend_state end |
#color_format ⇒ Object (readonly)
Returns the value of attribute color_format
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def color_format @color_format end |
#cull_mode ⇒ Object (readonly)
Returns the value of attribute cull_mode
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def cull_mode @cull_mode end |
#depth_state ⇒ Object (readonly)
Returns the value of attribute depth_state
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def depth_state @depth_state end |
#feature_bits ⇒ Object (readonly)
Returns the value of attribute feature_bits
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def feature_bits @feature_bits end |
#material_class ⇒ Object (readonly)
Returns the value of attribute material_class
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def material_class @material_class end |
#sample_count ⇒ Object (readonly)
Returns the value of attribute sample_count
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def sample_count @sample_count end |
#shadow_pass ⇒ Object (readonly)
Returns the value of attribute shadow_pass
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def shadow_pass @shadow_pass end |
#vertex_layout_id ⇒ Object (readonly)
Returns the value of attribute vertex_layout_id
6 7 8 |
# File 'lib/stagecraft/renderer/pipeline_cache.rb', line 6 def vertex_layout_id @vertex_layout_id end |