Skip to content

Commit

Permalink
HeatmapLyaer: set point size to address ANGLE bug (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu committed Oct 3, 2019
1 parent 39524c3 commit 0755d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/aggregation-layers/src/heatmap-layer/max-vs.glsl.js
Expand Up @@ -6,5 +6,7 @@ void main()
{
outTexture = inTexture;
gl_Position = vec4(0, 0, 0, 1.);
// Enforce default value for ANGLE issue (https://bugs.chromium.org/p/angleproject/issues/detail?id=3941)
gl_PointSize = 1.0;
}
`;

0 comments on commit 0755d5c

Please sign in to comment.