GetCurrentVersion
Function Usage
Returns the integer version number of the currently used post-processing .so file. (All post-processing subclasses in postprocess have this API.)
Prototype
virtual uint64_t GetCurrentVersion();
Return Parameter Description
Data Structure |
Description |
|---|---|
uint64_t |
Integer version number of the currently used post-processing .so file |
Parent topic: PostProcessBase