Backported map marker drawing from common library.
This commit is contained in:
parent
aa881b5cde
commit
b22be796bd
3 changed files with 101 additions and 2 deletions
|
|
@ -36,6 +36,10 @@ float[](
|
|||
3.
|
||||
);
|
||||
|
||||
#ifndef BASE_RES
|
||||
#define BASE_RES vec2(640.,400.)
|
||||
#endif
|
||||
|
||||
void SetupMaterial( inout Material mat )
|
||||
{
|
||||
vec2 coord;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue