gfx: improve Sprite module pipeline management
* No longer abuse event arguments for pipeline information. * Store pipeline information as entities/components. Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5714a60108
commit
16a895240d
8 changed files with 486 additions and 377 deletions
|
|
@ -32,7 +32,7 @@ pub const modules = blk: {
|
|||
pub const ModSet = @import("module/main.zig").ModSet;
|
||||
pub const Modules = @import("module/main.zig").Modules(modules);
|
||||
pub const Mod = ModSet(modules).Mod;
|
||||
pub const EntityID = @import("module/main.zig").EntityID;
|
||||
pub const EntityID = @import("module/main.zig").EntityID; // TODO: rename to just Entity?
|
||||
pub const Archetype = @import("module/main.zig").Archetype;
|
||||
|
||||
test {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue