Subastra
Loading...
Searching...
No Matches
Data Fields
system_req_t Struct Reference

#include <require.h>

Collaboration diagram for system_req_t:
Collaboration graph
[legend]

Data Fields

system_phase_t phase
 
name_t name
 
entity_kind_mask_t _entity_kinds_mut
 
entity_kind_mask_t _entity_kinds_const
 
name_tdepends_on
 
u32 depends_on_count
 
void * system_specific_data
 
world_tworld
 
input_tinput
 
rendering_ctx_trendering_ctx
 
double delta_time
 
double fixed_delta_time
 
bool pin_to_main
 

Field Documentation

◆ _entity_kinds_const

entity_kind_mask_t _entity_kinds_const

◆ _entity_kinds_mut

entity_kind_mask_t _entity_kinds_mut

◆ delta_time

double delta_time

◆ depends_on

name_t* depends_on

◆ depends_on_count

u32 depends_on_count

◆ fixed_delta_time

double fixed_delta_time

◆ input

input_t* input

◆ name

name_t name

◆ phase

◆ pin_to_main

bool pin_to_main

◆ rendering_ctx

rendering_ctx_t* rendering_ctx

◆ system_specific_data

void* system_specific_data

◆ world

world_t* world