diff options
author | chai <chaifix@163.com> | 2019-12-04 00:07:32 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-04 00:07:32 +0800 |
commit | 2e82e2ddd0852b8063a3d6645366f53ee844e273 (patch) | |
tree | 41ec10760f2d2c9f1f782a918f48e1287da2a4b4 /src/core/limits.h |
+init
Diffstat (limited to 'src/core/limits.h')
-rw-r--r-- | src/core/limits.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/limits.h b/src/core/limits.h new file mode 100644 index 0000000..4ef0b75 --- /dev/null +++ b/src/core/limits.h @@ -0,0 +1,6 @@ +#ifndef _SOFTSHADEROOM_LIMITS_H_ +#define _SOFTSHADEROOM_LIMITS_H_ + +#define MATRIXDEPTH 32 + +#endif
\ No newline at end of file |