Description For now engine can work under x64 platforms but cannot be built with x64 flag. The main reason because of glew library which is targeted for 32 bits platforms. It should be fixed.
TODO:
[x] Make glew library build depends on CMake's flag
[x] Fix bugs and issues that exists because of incompatible types usage
Description For now engine can work under x64 platforms but cannot be built with x64 flag. The main reason because of glew library which is targeted for 32 bits platforms. It should be fixed.
TODO: