Version.
More...
#include <gf_type/version.h>
|
int | major |
| Major version.
|
|
int | minor |
| Minor version.
|
|
int | patch |
| Patch version.
|
|
char | date [64] |
| Build date.
|
|
char | full [64] |
| Full version.
|
|
char | backend [32] |
| Name of the rendering backend.
|
|
char | driver [32] |
| Name of the rendering driver.
|
|
char | lua [32] |
| Lua version.
|
|
char | zlib [32] |
| zlib version
|
|
char | thread [32] |
| Name of the thread model used.
|
|
Version.
Definition at line 68 of file version.h.
◆ backend
Name of the rendering backend.
Definition at line 68 of file version.h.
◆ date
◆ driver
Name of the rendering driver.
Definition at line 68 of file version.h.
◆ full
◆ lua
◆ major
Major version.
Definition at line 68 of file version.h.
◆ minor
Minor version.
Definition at line 68 of file version.h.
◆ patch
Patch version.
Definition at line 68 of file version.h.
◆ thread
Name of the thread model used.
Definition at line 68 of file version.h.
◆ zlib
The documentation for this struct was generated from the following file: