Skip to content

Commit

Permalink
[skip ci] non-GL build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Mar 14, 2020
1 parent 9cf759d commit 9eb3a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/platform/opengl/opengl_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ bool is_opengl_api_available()
}

#else
void launch_glsl_kernel(std::string source, std::vector<IOV> iov)
void launch_glsl_kernel(GLProgram *program, std::vector<IOV> iov, int num_groups)
{
TI_NOT_IMPLEMENTED
}
Expand Down

0 comments on commit 9eb3a31

Please sign in to comment.