examples: document self-hosted compoiler bug

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-10-15 07:58:07 -07:00
parent 72ddde2529
commit d5570d5a18

View file

@ -4,8 +4,8 @@ const gpu = @import("gpu");
pub const App = @This();
// TODO(self-hosted): without a field in this struct, stage3 seems to think `*App` is a `*const App`
unused: f32,
// TODO(self-hosted): https://github.com/ziglang/zig/issues/12275
_unused: i32,
const workgroup_size = 64;
const buffer_size = 1000;