mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-20 11:08:53 +00:00
8 lines
79 B
GLSL
8 lines
79 B
GLSL
function foo(a, b) {
|
|
return a + b;
|
|
}
|
|
|
|
function bar(a, b) {
|
|
return a - b;
|
|
}
|