Files
compiler-explorer/examples/ispc/default.ispc
RabsRincon 43279a61ca Fix various points raised after code reviews
Some fixes, a great slam and then some
2017-12-09 11:19:45 +01:00

5 lines
106 B
Plaintext

// Type your code here, or load an example.
uniform int square(uniform int num) {
return num * num;
}