Skip to content

Commit

Permalink
Merge branches '0.4.5' and 'bug46' into 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor committed Aug 18, 2010
2 parents 71bdc16 + bf34f3c commit 4cd9d68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions psapi.js
Expand Up @@ -170,6 +170,10 @@ function PointStream(){
"}";

var fragmentShaderSource =
"#ifdef GL_ES\n" +
"precision highp float;\n" +
"#endif\n" +

"varying vec4 frontColor;" +
"void main(void){" +
" gl_FragColor = frontColor;" +
Expand Down

0 comments on commit 4cd9d68

Please sign in to comment.