openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
ComputeShader
/
execute
execute
abstract
fun
execute
(
width
:
Int
=
1
,
height
:
Int
=
1
,
depth
:
Int
=
1
)
(
source
)
Execute the compute shader
Parameters
width
the global width
height
the global height
depth
the global depth
open
fun
execute
(
dimensions
:
IntVector3
)
(
source
)