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