execute
Execute the compute shader
Parameters
width
the global width
height
the global height
depth
the global depth
Executes the compute shader using the given dimensions specified by an IntVector3.
Parameters
dimensions
A 3D vector specifying the global width, height, and depth.