Renderer/src/main/c/includes/solver_consts.h
austin a9c7118ac5
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
moving native code around
2024-12-03 12:38:40 -05:00

7 lines
115 B
C

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