Display mouse cursor icon on maps when Ctrl is held

This commit is contained in:
Dan Paulat 2024-04-21 00:12:19 -05:00
parent 9cb29c6b9a
commit f4bc2572d2
7 changed files with 68 additions and 5 deletions

View file

@ -43,8 +43,8 @@ vec2 latLngToScreenCoordinate(in vec2 latLng)
void main()
{
// Always set displayed to true
vsOut.displayed = 1;
// Pass displayed to the geometry shader
vsOut.displayed = aDisplayed;
// Pass the threshold and time range to the geometry shader
vsOut.threshold = aThreshold;