bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
GfxConfig
ecs_utils
gfx
config
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) static
struct
GfxConfig {
extern (
C
) __gshared
Vector
!
LayerType
layers
;
extern (
C
) __gshared
Mesh
[]
meshes
;
extern (
C
) __gshared
Material
[]
materials
;
static
bool
load
(const(char)[] path);
static
int
addLayer
(LayerType type);
}
Members
Static functions
addLayer
int
addLayer
(LayerType type)
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool
load
(const(char)[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
layers
Vector
!
LayerType
layers
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
materials
Material
[]
materials
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
meshes
Mesh
[]
meshes
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
ecs_utils
gfx
config
enums
LayerType
structs
GfxConfig