GLUS
Functions
glus_padding.h File Reference

Go to the source code of this file.

Functions

GLUSAPI GLUSboolean GLUSAPIENTRY glusPaddingConvertf (GLUSfloat *target, const GLUSfloat *source, const GLUSint channels, const GLUSint padding, const GLUSint numberElements)
 Converts the padding of an array of vectors. More...
 

Function Documentation

GLUSAPI GLUSboolean GLUSAPIENTRY glusPaddingConvertf ( GLUSfloat target,
const GLUSfloat source,
const GLUSint  channels,
const GLUSint  padding,
const GLUSint  numberElements 
)

Converts the padding of an array of vectors.

Parameters
targetTarget array.
sourceSource array.
channelsNumber of channels. Values equal greater 1 are allowed.
paddingNumber of padding elements. Values equal greater 0 are allowed.
numberElementsNumber of elements in the array.
Returns
GLUS_TRUE, if succeeded.