shengine pre-release
shengine by mrsinho
|
Structure representing properties related to the application. More...
#include <shEnvironment.h>
Data Fields | |
char | shared_name [SH_ENVIRONMENT_STR512_LENGTH] |
char | s_start [SH_ENVIRONMENT_STR512_LENGTH] |
char | s_update [SH_ENVIRONMENT_STR512_LENGTH] |
char | s_main_cmd_buffer [SH_ENVIRONMENT_STR512_LENGTH] |
char | s_main_renderpass [SH_ENVIRONMENT_STR512_LENGTH] |
char | s_frame_resize [SH_ENVIRONMENT_STR512_LENGTH] |
char | s_close [SH_ENVIRONMENT_STR512_LENGTH] |
uint32_t | additional_thread_count |
Structure representing properties related to the application.
The ShApplicationProperties structure represents properties related to the application in the shengine
framework, including shared name, thread-related function names, and additional thread count.
uint32_t ShApplicationProperties::additional_thread_count |
Additional thread count.
char ShApplicationProperties::s_close[SH_ENVIRONMENT_STR512_LENGTH] |
Close function name.
char ShApplicationProperties::s_frame_resize[SH_ENVIRONMENT_STR512_LENGTH] |
Frame resize function name.
char ShApplicationProperties::s_main_cmd_buffer[SH_ENVIRONMENT_STR512_LENGTH] |
Main command buffer function name.
char ShApplicationProperties::s_main_renderpass[SH_ENVIRONMENT_STR512_LENGTH] |
Main render pass function name.
char ShApplicationProperties::s_start[SH_ENVIRONMENT_STR512_LENGTH] |
Thread start function name.
char ShApplicationProperties::s_update[SH_ENVIRONMENT_STR512_LENGTH] |
Thread update function name.
char ShApplicationProperties::shared_name[SH_ENVIRONMENT_STR512_LENGTH] |
Shared name.