Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
32b4beb978df4cb72c3014f646ffc5c6ec9fce9d
/
.
/
examples
/
ispc
/
default.ispc
blob: 0924dc0b6ab8b8ed89dfa0713a6a865fab7e15d4 [
file
] [
log
] [
blame
] [
raw
]
// Type your code here, or load an example.
uniform
int
square
(
uniform
int
num
)
{
return
num
*
num
;
}