mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 21:17:50 +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);
|
|
}
|