Initial public release
This commit is contained in:
parent
3c3f068914
commit
4ece4babad
63 changed files with 15101 additions and 0 deletions
9
src/tracy_noop.zig
Normal file
9
src/tracy_noop.zig
Normal file
|
@ -0,0 +1,9 @@
|
|||
pub fn initZone(_: anytype, _: anytype) Zone {
|
||||
return .{};
|
||||
}
|
||||
|
||||
pub const Zone = struct {
|
||||
pub fn deinit(_: @This()) void {}
|
||||
};
|
||||
|
||||
pub fn frameMark() void {}
|
Loading…
Add table
Add a link
Reference in a new issue