mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08: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
|
|
}
|