GetBaseFormat Data Member Function

Returns the base, single-channel format for the queried format. For example, returns IPF_FP32 if you query IPF_FP32x2, IPF_FP32x3, or IPF_FP32x4.

Prototype

int32 GetBaseFormat( int32 p_eFormat )

Parameters

Parameter Type Parameter Name Documentation
int32p_eFormatThe multi-channel format whose single-channel base format you wish to acquire.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.