mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 14:54:10 +00:00
7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
|
float4 main(
|
||
|
float2 aPosition
|
||
|
) : POSITION
|
||
|
{
|
||
|
return float4(aPosition, 1.f, 1.f);
|
||
|
}
|