customIntegratorGlobal.cl 191 Bytes
Newer Older
1
__kernel void computeGlobal(__global float2* restrict dt, __global float* restrict globals, __global float* restrict params, float uniform, float gaussian, float energy) {
2
3
    COMPUTE_STEP
}