Class: MilkTea::OpenGLRegistry::ExtensionEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/bindings/opengl_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blocksObject (readonly)

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of blocks



24
25
26
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 24

def blocks
  @blocks
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 24

def name
  @name
end

#supportedObject (readonly)

Returns the value of attribute supported

Returns:

  • (Object)

    the current value of supported



24
25
26
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 24

def supported
  @supported
end