mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:50:04 +00:00
Add icon visibility method to geo icons, update only dirty icons
This commit is contained in:
parent
fcf6ef800b
commit
9cb29c6b9a
4 changed files with 328 additions and 155 deletions
|
|
@ -14,6 +14,7 @@ layout (location = 3) in vec4 aModulate;
|
|||
layout (location = 4) in float aAngleDeg;
|
||||
layout (location = 5) in int aThreshold;
|
||||
layout (location = 6) in ivec2 aTimeRange;
|
||||
layout (location = 7) in int aDisplayed;
|
||||
|
||||
uniform mat4 uMVPMatrix;
|
||||
uniform mat4 uMapMatrix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue