glVertex4fv function
Specifies a vertex.
Syntax
void WINAPI glVertex4fv(
const GLfloat *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
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Library |
|
DLL |
|