Class: MilkTea::OpenGLRegistry::ExtensionEntry
- Inherits:
-
Data
- Object
- Data
- MilkTea::OpenGLRegistry::ExtensionEntry
- Defined in:
- lib/milk_tea/bindings/opengl_registry.rb
Instance Attribute Summary collapse
-
#blocks ⇒ Object
readonly
Returns the value of attribute blocks.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#supported ⇒ Object
readonly
Returns the value of attribute supported.
Instance Attribute Details
#blocks ⇒ Object (readonly)
Returns the value of attribute blocks
24 25 26 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 24 def blocks @blocks end |
#name ⇒ Object (readonly)
Returns the value of attribute name
24 25 26 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 24 def name @name end |
#supported ⇒ Object (readonly)
Returns the value of attribute supported
24 25 26 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 24 def supported @supported end |