Mount Fuji Engine  0.8b
void MFDebug_AssertAlignment ( void *  pPointer,
int  alignment 
)

Asserts that a pointer is aligned to a specific number of bytes.

Parameters
pPointerPointer to check for alignment.
alignmentBytes to align pointer to.
Returns
None.