Compare commits
No commits in common. "93a4606c94f67b1f0a559c2efff3d8ff030b3300" and "81335aeddf7f2d7c6791a89d0203ab3ca50db4ff" have entirely different histories.
93a4606c94
...
81335aeddf
2 changed files with 0 additions and 20 deletions
10
README.md
10
README.md
|
|
@ -108,16 +108,6 @@ test "Main" {
|
|||
**Default App Stages**
|
||||
``` zig
|
||||
pub const stage = struct {
|
||||
// --- BEGIN FRAME ---
|
||||
pub const pre_begin_frame = struct {};
|
||||
pub const begin_frame = struct {};
|
||||
pub const post_begin_frame = struct {};
|
||||
|
||||
// --- END FRAME ---
|
||||
pub const pre_end_frame = struct {};
|
||||
pub const end_frame = struct {};
|
||||
pub const post_end_frame = struct {};
|
||||
|
||||
// --- INIT ---
|
||||
pub const pre_init = struct {};
|
||||
pub const init = struct {};
|
||||
|
|
|
|||
10
src/app.zig
10
src/app.zig
|
|
@ -13,16 +13,6 @@ const Self = @This();
|
|||
/// Default app stages
|
||||
/// ----------------------------------------------------
|
||||
pub const stage = struct {
|
||||
// --- BEGIN FRAME ---
|
||||
pub const pre_begin_frame = struct {};
|
||||
pub const begin_frame = struct {};
|
||||
pub const post_begin_frame = struct {};
|
||||
|
||||
// --- END FRAME ---
|
||||
pub const pre_end_frame = struct {};
|
||||
pub const end_frame = struct {};
|
||||
pub const post_end_frame = struct {};
|
||||
|
||||
// --- INIT ---
|
||||
pub const pre_init = struct {};
|
||||
pub const init = struct {};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue