Backported map marker drawing from common library.

This commit is contained in:
Mari the Deer 2021-12-29 21:41:34 +01:00
commit b22be796bd
3 changed files with 101 additions and 2 deletions

View file

@ -36,6 +36,10 @@ float[](
3.
);
#ifndef BASE_RES
#define BASE_RES vec2(640.,400.)
#endif
void SetupMaterial( inout Material mat )
{
vec2 coord;