a5kin / xentica

GPU-accelerated engine for multi-dimensional cellular automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement interactive parameters

a5kin opened this issue · comments

We need fully supported interactive parameters to be implemented.

  • Declare list of parameters per each kernel
  • Pass necessary parameters as kernel arguments

Interactive parameters are fully functional now. They are passing to kernels as arguments, so could be safely changed at runtime and take effect immediately.