You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
|
2 years ago
|
#ifndef FLUID_DYNAMICS_MAIN
|
||
|
|
#define FLUID_DYNAMICS_MAIN
|
||
|
|
|
||
|
|
#if SHADER_API_GLES3
|
||
|
|
#define THREAD_COUNT 8
|
||
|
|
#elif SHADER_API_METAL
|
||
|
|
#define THREAD_COUNT 22
|
||
|
|
#else
|
||
|
|
#define THREAD_COUNT 32
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|