Skip to content

API Reference / @gtkx/gl / viewportIndexedfv

Function: viewportIndexedfv()

viewportIndexedfv(index, v): void

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

void glViewportIndexedfv(GLuint index, const GLfloat *v)

Provided by GL_VERSION_4_1. Registry note: Reuse commands from ARB_viewport_array Also provided by the GL_ARB_viewport_array extension. Also known as glViewportIndexedfvNV, glViewportIndexedfvOES.

Parameters

index

number

GLuint

v

number[] | Float32Array<ArrayBufferLike>

GLfloat[] | Float32Array, length 4

Returns

void

Released under the MPL-2.0 License.