examples: add some TODOs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-06 14:21:31 -07:00 committed by Stephen Gutekanst
parent a7a6ecdd45
commit 883a9a7807
8 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// TODO(important): review all code in this file in-depth
const std = @import("std");
const mach = @import("mach");
const core = mach.core;

View file

@ -1,3 +1,4 @@
// TODO(important): review all code in this file in-depth
const mach = @import("mach");
const gpu = mach.gpu;
const ecs = mach.ecs;

View file

@ -1,3 +1,5 @@
// TODO(important): review all code in this file in-depth
// Experimental ECS app example. Not yet ready for actual use.
const mach = @import("mach");