cee::vtfx::VTFxComponent

class VTFxComponent

Static class for initialization of the component.

Public Static Functions

static bool isInitialized()

Returns true if the component is properly initialized.

static bool initialize(Instance *instance)

One time initialization of the VTFx Component.

Initialization should be done once per process. After successful initialization, any subsequent calls to this function will do nothing and silently return true.

static bool isEvaluationVersion()

Returns true if we are using an evaluation version.

static unsigned int version()

Returns the component version as a single unsigned integer.

Version is returned on the form 0xMMNNBB (MM=major, NN=minor, BB=build)

static Str versionString()

Returns the component version as a string.