Variable flamegpu::VERSION
Defined in File version.h
Variable Documentation
-
static constexpr unsigned int flamegpu::VERSION = FLAMEGPU_VERSION
FLAME GPU Version number as a 7+ digit integer within the namespace flamegpu::VERSION / 1000000 is the major version. flamegpu::VERSION / 1000 % 1000 is the minor version flamegpu::VERSION % 1000 is the Patch version.