move shaders into src/ tree for stage2

This commit is contained in:
Mitchell Hashimoto
2022-10-14 09:18:20 -07:00
parent 8decfa6452
commit e73db24f0e
3 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ pub fn init(alloc: Allocator, font_group: *font.GroupCache) !Grid {
// Create our shader
const program = try gl.Program.createVF(
@embedFile("../shaders/cell.v.glsl"),
@embedFile("../shaders/cell.f.glsl"),
@embedFile("./shaders/cell.v.glsl"),
@embedFile("./shaders/cell.f.glsl"),
);
// Set our cell dimensions