mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
7 lines
80 B
GLSL
7 lines
80 B
GLSL
|
|
print(fconsts.PI);
|
|
|
|
for(var i = 0; i < 10; i = i + 1) {
|
|
print(fconsts.PI);
|
|
}
|