mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
move shaders into src/ tree for stage2
This commit is contained in:
@ -171,8 +171,8 @@ pub fn init(alloc: Allocator, font_group: *font.GroupCache) !Grid {
|
|||||||
|
|
||||||
// Create our shader
|
// Create our shader
|
||||||
const program = try gl.Program.createVF(
|
const program = try gl.Program.createVF(
|
||||||
@embedFile("../shaders/cell.v.glsl"),
|
@embedFile("./shaders/cell.v.glsl"),
|
||||||
@embedFile("../shaders/cell.f.glsl"),
|
@embedFile("./shaders/cell.f.glsl"),
|
||||||
);
|
);
|
||||||
|
|
||||||
// Set our cell dimensions
|
// Set our cell dimensions
|
||||||
|
Reference in New Issue
Block a user