mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +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
|
|
}
|