TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Dispatch()

void ComputeShader::Dispatch ( int  x,
int  y,
int  z 
)

Definition at line 79 of file ComputeShader.cpp.

80{
81 glDispatchCompute(x, y, z);
82}