Skip to content

Commit

Permalink
Very small cosmetic edit
Browse files Browse the repository at this point in the history
  • Loading branch information
stegu committed Mar 26, 2011
1 parent fa6321b commit 0ff997b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/common/noisebench.c
Expand Up @@ -375,7 +375,6 @@ int main(int argc, char *argv[]) {
fprintf(logfile, "GL vendor: %s\n", glGetString(GL_VENDOR));
fprintf(logfile, "GL renderer: %s\n", glGetString(GL_RENDERER));
fprintf(logfile, "GL version: %s\n", glGetString(GL_VERSION));
fprintf(logfile, "Noise version: %s\n", NOISEVERSION);

// Create the shader object from two external GLSL source files
createShader(&programObject, VERTEXSHADERFILE2D, FRAGMENTSHADERFILE2D);
Expand Down

0 comments on commit 0ff997b

Please sign in to comment.