This topic has not yet been rated - Rate this topic

glVertex4iv function

Applies to: desktop apps only

Specifies a vertex.

Syntax

void WINAPI glVertex4iv(
  const GLint *v
);

Parameters

v

A pointer to an array of four elements. The elements are the x, y, z, and w coordinates of a vertex.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Gl.h

Library

Opengl32.lib

DLL

Opengl32.dll

See also

glBegin
glCallList
glColor
glEdgeFlag
glEnd
glEvalCoord
glIndex
glMaterial
glNormal
glRect
glTexCoord

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.