omni::kit::AppDesc

Defined in omni/kit/IApp.h

struct AppDesc

Application descriptor.

See also

IApp::startup()

Public Members

const char *carbAppName

Carb application name. If nullptr it is derived from the executable filename.

const char *carbAppPath

Carb application path. If nullptr it is derived from the executable folder.

int argc

Number of values in argv

char **argv

Array of arguments.