7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
void vs_main()
|
|
{
|
|
float2 v;
|
|
v.x = (2.0f + ((4.0f - 2.0f) * 1.5f)) * 3.0f;
|
|
}
|
|
|