mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
4 lines
No EOL
67 B
HLSL
4 lines
No EOL
67 B
HLSL
float4 main( float4 pos : POSITION ) : SV_POSITION
|
|
{
|
|
return pos;
|
|
} |