Skip to content

Commit

Permalink
Split up #pragma so that there only three parameters per line to aovi…
Browse files Browse the repository at this point in the history
…d Intel driver bug crash
  • Loading branch information
robertosfield committed Apr 26, 2018
1 parent 68e35b9 commit f61213f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shaders/osgText_Text.frag
@@ -1,6 +1,7 @@
$OSG_GLSL_VERSION

#pragma import_defines( BACKDROP_COLOR, SHADOW, OUTLINE, SIGNED_DISTANCE_FIELD, TEXTURE_DIMENSION, GLYPH_DIMENSION)
#pragma import_defines( BACKDROP_COLOR, SHADOW, OUTLINE)
#pragma import_defines( SIGNED_DISTANCE_FIELD, TEXTURE_DIMENSION, GLYPH_DIMENSION)

#ifdef GL_ES
#extension GL_OES_standard_derivatives : enable
Expand Down

0 comments on commit f61213f

Please sign in to comment.