pslang/examples/jit_test.psl

3 lines
70 B
PSL

func test() -> f32:
let pi = 3.14159265358979323846
return pi / 2.0