Files
Ink-Shader-Language/test/codegen/rvalue_binary.golden

8 lines
73 B
Plaintext

void vs_main()
{
float2 a;
float2 b;
float x = (a + b).x;
}