Class: MilkTea::OpenGLRegistry::BlockEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject (readonly)

Returns the value of attribute api

Returns:

  • (Object)

    the current value of api



22
23
24
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22

def api
  @api
end

#commandsObject (readonly)

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



22
23
24
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22

def commands
  @commands
end

#enumsObject (readonly)

Returns the value of attribute enums

Returns:

  • (Object)

    the current value of enums



22
23
24
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22

def enums
  @enums
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



22
23
24
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22

def kind
  @kind
end

#profileObject (readonly)

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



22
23
24
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22

def profile
  @profile
end

#typesObject (readonly)

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



22
23
24
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22

def types
  @types
end