Fix display of placefile polygons and triangles on macOS

This commit is contained in:
Dan Paulat 2025-06-30 22:25:42 -05:00
parent 847c5d951e
commit 2750168287

View file

@ -26,6 +26,9 @@ void main()
// Always set displayed to true
vsOut.displayed = 1;
// Initialize texCoord to default value
vsOut.texCoord = vec3(0.0f, 0.0f, 0.0f);
// Pass the threshold and time range to the geometry shader
vsOut.threshold = aThreshold;
vsOut.timeRange = aTimeRange;