Module: GL_EXT_polygon_offset::Functions

Defined in:
lib/opengl-definitions/extensions/GL_EXT_polygon_offset.rb

Constant Summary collapse

Parameters =
{
  glPolygonOffsetEXT: [ :void, :GLfloat, :GLfloat ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glPolygonOffsetEXT(factor, bias) ⇒ Object



9
# File 'lib/opengl-definitions/extensions/GL_EXT_polygon_offset.rb', line 9

def glPolygonOffsetEXT(factor, bias) end