gl-gsync-demo icon indicating copy to clipboard operation
gl-gsync-demo copied to clipboard

Unofficial OpenGL G-SYNC Demo for Linux

Results 1 gl-gsync-demo issues
Sort by recently updated
recently updated
newest added

Ubuntu 22.04. nvidia driver 545. Installed deps and make ok. ```bash $ sudo apt install freeglut3-dev libglew-dev libxnvctrl-dev $ make gcc -Wall -O3 -std=c99 -c -o main.o main.c gcc -Wall...