Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
setswapinterval.h
Go to the documentation of this file.
1 
18 #ifndef ION_PORTGFX_SETSWAPINTERVAL_H_
19 #define ION_PORTGFX_SETSWAPINTERVAL_H_
20 
21 namespace ion {
22 namespace portgfx {
23 
28 ION_API bool SetSwapInterval(int interval);
29 
30 } // namespace portgfx
31 } // namespace ion
32 
33 #endif // ION_PORTGFX_SETSWAPINTERVAL_H_
bool SetSwapInterval(int interval)
Setting the swap interval is very platform-dependent, so we define a wrapper function for it here...