]> git.lizzy.rs Git - shadowclad.git/blob - performance.h
Add vsync via EXT_swap_control
[shadowclad.git] / performance.h
1 #ifndef PERFORMANCE_H_
2 #define PERFORMANCE_H_
3
4 void initPerformanceMetering();
5 void frameRendered();
6
7 #endif