d3d_vertex(x,y,z)

From ENIGMA
Jump to navigation Jump to search

Description

Adds a vertex to the current primitive.

Parameters

Parameter Data Type Description
x gs_scalar x coordinate of the vertex
y gs_scalar y coordinate
z gs_scalar z coordinate

Return Values

void: This function does not return anything.

Example Call

// Example of using the function.