Files
Ink-Shader-Language/test/codegen/complicated_computation.golden
2024-06-09 21:34:23 +02:00

8 lines
88 B
Plaintext

void vs_main()
{
float x = 5.0f;
float y = 3000.0f;
float z = y * y + x;
}