Skip to content

Commit

Permalink
[skip ci] enforce code format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Jun 4, 2020
1 parent 61cedc1 commit 26e58e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taichi/backends/opengl/opengl_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ bool initialize_opengl(bool error_tolerance) {
return false;
}


#define PER_OPENGL_EXTENSION(x) \
if ((opengl_has_##x = GLAD_##x)) \
TI_TRACE("[glsl] Found " #x);
Expand Down

0 comments on commit 26e58e2

Please sign in to comment.