vertex_float1(buffer,f1)

From ENIGMA
Revision as of 09:22, 11 August 2013 by RobertBColton (talk | contribs)
Jump to navigation Jump to search

Description

Adds a floating point value to the given vertex buffer.

Parameters

Parameter Data Type Description
buffer integer Index of the vertex buffer.
f1 float First floating point value to add.

Return Values

void: This function does not return anything.

Example Call

// Example of using the function.