Nitlanguage.org
  • Nitdoc
  • egl
  • egl
  • EGLConfigChooser
  • insert_attrib_key

protected fun insert_attrib_key(key: Int)

egl :: EGLConfigChooser :: insert_attrib_key

  • Doc
  • Linearization

Summary

  • Property definitions

  • egl$EGLConfigChooser$insert_attrib_key

Property definitions

egl $ EGLConfigChooser :: insert_attrib_key
	protected fun insert_attrib_key(key: Int)
	do
		assert not inserted_attribs.has(key) else
			print "Duplicate attrib passed to EGLConfigChooser"
		end
		array.add key
	end
lib/egl/egl.nit:396,2--402,4
Nit standard library. Version .