core: examples: update import path style
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
78edb10446
commit
07d9855f73
47 changed files with 216 additions and 93 deletions
|
|
@ -1,6 +1,8 @@
|
|||
const std = @import("std");
|
||||
const core = @import("mach").core;
|
||||
const gpu = core.gpu;
|
||||
|
||||
const mach = @import("mach");
|
||||
const core = mach.core;
|
||||
const gpu = mach.gpu;
|
||||
|
||||
const Vertex = extern struct {
|
||||
pos: @Vector(2, f32),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue