Skip to content

tamato/gpu_timers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone this project with the --recursive flag

###Building
It is expected to do an out of source build
To get this project up and running it has been tested in Windows 10 with Visual Studio 12 2013 with the command:
cmake -G "Visual Studio 12 (2013)" "64" ../boids

And in Ubuntu 14.10 with gcc 4.8.4 and clang 3.7.1 with the commands
for gcc
cmake ../boids
cmake -G "Sublime Text 2 - Unix Makefiles" ../boids
cmake -G "Sublime Text 2 - Ninja" ../boids

for clang
CC=clang CXX=clang++ cmake ../boids
CC=clang CXX=clang++ cmake -G "Sublime Text 2 - Unix Makefiles" ../boids
CC=clang CXX=clang++ cmake -G "Sublime Text 2 - Ninja" ../boids

About

a test bed for using opengl's timer querys and testing memory limits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published