shengine pre-release
shengine by mrsinho
Loading...
Searching...
No Matches
ShIniProperties Struct Reference

Structure representing properties related to the initialization (INI) file. More...

#include <shEnvironment.h>

Data Fields

char application_name [SH_ENVIRONMENT_STR1024_LENGTH]
 
char application_smd_path [SH_ENVIRONMENT_STR1024_LENGTH]
 
char host_memory_smd_path [SH_ENVIRONMENT_STR1024_LENGTH]
 
char vulkan_memory_smd_path [SH_ENVIRONMENT_STR1024_LENGTH]
 
char serial_smd_path [SH_ENVIRONMENT_STR1024_LENGTH]
 
char scene_smd_path [SH_ENVIRONMENT_STR1024_LENGTH]
 

Detailed Description

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.

Field Documentation

◆ application_name

char ShIniProperties::application_name[SH_ENVIRONMENT_STR1024_LENGTH]

Application name.

◆ application_smd_path

char ShIniProperties::application_smd_path[SH_ENVIRONMENT_STR1024_LENGTH]

Path to the application SMD file.

◆ host_memory_smd_path

char ShIniProperties::host_memory_smd_path[SH_ENVIRONMENT_STR1024_LENGTH]

Path to the host memory SMD file.

◆ scene_smd_path

char ShIniProperties::scene_smd_path[SH_ENVIRONMENT_STR1024_LENGTH]

Path to the scene SMD file.

◆ serial_smd_path

char ShIniProperties::serial_smd_path[SH_ENVIRONMENT_STR1024_LENGTH]

Path to the serial SMD file.

◆ vulkan_memory_smd_path

char ShIniProperties::vulkan_memory_smd_path[SH_ENVIRONMENT_STR1024_LENGTH]

Path to the Vulkan memory SMD file.


The documentation for this struct was generated from the following file: