bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
DrawSystem
game_core
rendering
Undocumented in source.
struct
DrawSystem {
mixin
ECS
.
System
!
32
;
struct
Renderer
via
import
ecs_utils
.
gfx
.
renderer
:
Renderer
;
;
struct
EntitiesData
;
Renderer
.
DrawData
default_data
;
float
color_time
;
uint
select_color
;
bool
onBegin
();
void
onUpdate
(EntitiesData data);
}
Members
Functions
onBegin
bool
onBegin
()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void
onUpdate
(EntitiesData data)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ECS
.
System
!
32
Undocumented in source.
Structs
EntitiesData
struct
EntitiesData
Undocumented in source.
Variables
color_time
float
color_time
;
Undocumented in source.
default_data
Renderer
.
DrawData
default_data
;
Undocumented in source.
select_color
uint
select_color
;
Undocumented in source.
Mixed In Members
From
mixin
ECS
.
System
!
32
__becs_jobs_count
uint
__becs_jobs_count
;
Undocumented in source.
Meta
Source
See Implementation
game_core
rendering
functions
registerRenderingModule
structs
CDrawDefault
CMaterialIndex
CTexCoords
CTexCoordsIndex
DrawSystem
TexCoordsManager