mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
10 lines
No EOL
114 B
C
10 lines
No EOL
114 B
C
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
#define TILE_SIZE 4
|
|
|
|
#ifndef TYPE
|
|
#define TYPE float
|
|
#endif
|
|
|
|
#endif // COMMON_H
|