Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiakra committed May 28, 2021
1 parent 7e418af commit e228197
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/customshaders.zig
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ const fragment_shader =
\\}
;

fn shaderGetMVP(sh: *u32) i32 {
return alka.gl.shaderProgramGetUniformLocation(sh.*, "view");
}

fn draw() !void {
// push the shader
// id
Expand Down

0 comments on commit e228197

Please sign in to comment.