examples: document self-hosted compoiler bug
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
72ddde2529
commit
d5570d5a18
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue