9d5bb51463bcc71ebd80d3a5661a1700eb23f406
Project Description
This is a basic future game engine for OpenGL 3D rendered games
Multi-GPU Devices
If you want to use non-primary GPU on your device when launching the game specifically on Linux you should specify additional environment variables before running. For example in my case I have a hybrid gaming laptop with 2 GPUs AMD from CPU and NVIDIA discrete.
The run command in that case would look following:
__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ./build/CodingGame
Description
Languages
C
77.9%
C++
18.6%
GLSL
2.1%
CMake
1.4%