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

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
 

Detailed Description

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.

Field Documentation

◆ additional_thread_count

uint32_t ShApplicationProperties::additional_thread_count

Additional thread count.

◆ s_close

char ShApplicationProperties::s_close[SH_ENVIRONMENT_STR512_LENGTH]

Close function name.

◆ s_frame_resize

char ShApplicationProperties::s_frame_resize[SH_ENVIRONMENT_STR512_LENGTH]

Frame resize function name.

◆ s_main_cmd_buffer

char ShApplicationProperties::s_main_cmd_buffer[SH_ENVIRONMENT_STR512_LENGTH]

Main command buffer function name.

◆ s_main_renderpass

char ShApplicationProperties::s_main_renderpass[SH_ENVIRONMENT_STR512_LENGTH]

Main render pass function name.

◆ s_start

char ShApplicationProperties::s_start[SH_ENVIRONMENT_STR512_LENGTH]

Thread start function name.

◆ s_update

char ShApplicationProperties::s_update[SH_ENVIRONMENT_STR512_LENGTH]

Thread update function name.

◆ shared_name

char ShApplicationProperties::shared_name[SH_ENVIRONMENT_STR512_LENGTH]

Shared name.


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