5 lines
52 B
HLSL
5 lines
52 B
HLSL
|
|
||
|
float2 foo(float2 a, float2 b) {
|
||
|
return a + b;
|
||
|
}
|