examples: make map-async compatible with self-hosted compiler
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1cc15e92a0
commit
a4ddfb6bda
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ const gpu = @import("gpu");
|
|||
|
||||
pub const App = @This();
|
||||
|
||||
// TODO: without a field in this struct, stage3 seems to think `*App` is a `*const App`
|
||||
unused: f32,
|
||||
|
||||
const workgroup_size = 64;
|
||||
const buffer_size = 1000;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue