8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
void vs_main()
|
|
{
|
|
float2 a;
|
|
float2 b;
|
|
float x = (a + b).x;
|
|
}
|
|
|