Skip to content

API Reference / @gtkx/gl / viewportIndexedfv

Function: viewportIndexedfv()

viewportIndexedfv(index, v): void

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

void glViewportIndexedfv(GLuint index, const GLfloat *v)

Provided by GL_VERSION_4_1.

Parameters

index

number

GLuint

v

number[] | Float32Array<ArrayBufferLike>

const GLfloat *, length 4

Returns

void

See

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

Released under the MPL-2.0 License.