Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
74b02c076c5f6e32f503544fd9b1b60a206d7348
/
.
/
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
;
}