Skip to content

API Reference / @gtkx/gl / viewportIndexedf

Function: viewportIndexedf()

viewportIndexedf(index, x, y, w, h): void

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

void glViewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)

Provided by GL_VERSION_4_1.

Parameters

index

number

GLuint

x

number

GLfloat

y

number

GLfloat

w

number

GLfloat

h

number

GLfloat

Returns

void

See

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

Released under the MPL-2.0 License.