API Reference / @gtkx/gl / depthRangeArrayv
Function: depthRangeArrayv()
depthRangeArrayv(
first,count,v):void
Defined in: generated/commands.d.ts:1609
void glDepthRangeArrayv(GLuint first, GLsizei count, const GLdouble *v)
Provided by GL_VERSION_4_1. Registry note: Reuse commands from ARB_viewport_array Also provided by the GL_ARB_viewport_array extension.
Parameters
first
number
GLuint
count
number
GLsizei
v
number[] | Float64Array<ArrayBufferLike>
GLdouble[] | Float64Array, length COMPSIZE(count)
Returns
void