aboutsummaryrefslogtreecommitdiff
path: root/examples/ispc/default.ispc
blob: 0924dc0b6ab8b8ed89dfa0713a6a865fab7e15d4 (plain)
1
2
3
4
// Type your code here, or load an example.
uniform int square(uniform int num) {
    return num * num;
}