shengine pre-release
shengine by mrsinho
|
Structure representing properties related to the initialization (INI) file. More...
#include <shEnvironment.h>
Structure representing properties related to the initialization (INI) file.
The ShIniProperties structure represents properties related to the initialization (INI) file in the shengine
framework, including application name, and paths to various SMD files.
char ShIniProperties::application_name[SH_ENVIRONMENT_STR1024_LENGTH] |
Application name.
char ShIniProperties::application_smd_path[SH_ENVIRONMENT_STR1024_LENGTH] |
Path to the application SMD file.
char ShIniProperties::host_memory_smd_path[SH_ENVIRONMENT_STR1024_LENGTH] |
Path to the host memory SMD file.
char ShIniProperties::scene_smd_path[SH_ENVIRONMENT_STR1024_LENGTH] |
Path to the scene SMD file.
char ShIniProperties::serial_smd_path[SH_ENVIRONMENT_STR1024_LENGTH] |
Path to the serial SMD file.
char ShIniProperties::vulkan_memory_smd_path[SH_ENVIRONMENT_STR1024_LENGTH] |
Path to the Vulkan memory SMD file.