openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
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
)