MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetVSync

Method SetVSync

Source/Graphics/graphics.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 texture_reduction_factor_ = 1 << texture_reduce_;
139 }
140 void SetVSync(bool val) { vSync_ = val; }
141 void SetLimitFpsInGame(bool val) { limit_fps_in_game_ = val; }
142 void SetMaxFrameRate(int val) { max_frame_rate_ = val; }
143 void SetSimpleFog(bool val) { simple_fog_ = val; }

Callers 3

GraphicsMethod · 0.80
SetFromConfigMethod · 0.80
SetVsyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected