COMP: Windows Support

This commit is contained in:
2023-02-05 11:21:18 -05:00
parent e792e93eb9
commit cb8413499b
3 changed files with 6 additions and 2 deletions

View File

@@ -22,6 +22,10 @@ __attribute__((unused)) __declspec(dllexport) int NvOptimusEnablement = 0x000000
}
#endif
#ifndef M_PI_2f32
#define M_PI_2f32 3.14159265358979323846f
#endif
struct Matrices {
Eigen::Matrix4f proj;
Eigen::Matrix4f view;