Skip to content

API Reference / @gtkx/gl / polygonOffset

Function: polygonOffset()

polygonOffset(factor, units): void

Defined in: generated/commands.d.ts:3794

void glPolygonOffset(GLfloat factor, GLfloat units)

Provided by GL_VERSION_1_1.

Parameters

factor

number

GLfloat

units

number

GLfloat

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glPolygonOffset.xhtml

Released under the MPL-2.0 License.