omni::kit::PlatformInfo

Defined in omni/kit/IApp.h

struct PlatformInfo

Platform information.

See also

IApp::getPlatformInfo()

Public Members

const char *config

Build configuration e.g. “debug”, “release”.

const char *platform

Platform descriptor e.g. “windows-x86_64”, “linux-x86_64”, “linux-aarch64”, “macos-universal”.

const char *pythonVersion

Python version e.g. “cp37” for Python 3.7, “cp310” for Python 3.10.