awtk/foobar.fs
2022-04-14 18:29:49 +08:00

8 lines
79 B
GLSL

function foo(a, b) {
return a + b
}
function bar(a, b) {
return a - b
}