mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-02 00:43:29 +00:00
6 lines
46 B
Text
6 lines
46 B
Text
|
|
||
|
vec2 GetTexCoord()
|
||
|
{
|
||
|
return vTexCoord.st;
|
||
|
}
|