![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
Functions | |
void | SetVSyncEnabled (bool enabled) |
VSync の有効無効を設定します。 More... | |
bool | IsVSyncEnabled () |
VSync が有効であるかを返します。 More... | |
Variables | |
constexpr uint32 | DefaultSampleCount = 4 |
bool s3d::Graphics::IsVSyncEnabled | ( | ) |
VSync が有効であるかを返します。
void s3d::Graphics::SetVSyncEnabled | ( | bool | enabled | ) |
VSync の有効無効を設定します。
enabled | VSync を有効にする場合 true, 無効にする場合 false |
|
inlineconstexpr |