Renderer/src/main/c/includes/fluid/solver_consts.h
austin acfd28a0fc
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
more native refactoring
2024-12-03 12:55:26 -05:00

7 lines
115 B
C

#ifndef SOLVER_CONSTS_H
#define SOLVER_CONSTS_H
#define LINEARSOLVERTIMES 3
#define VECTOR_DIFFUSE_TIMES 1
#endif