MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsVariableRefreshRateSupported

Method IsVariableRefreshRateSupported

trinity/TriDevice.cpp:1295–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293}
1294
1295bool TriDevice::IsVariableRefreshRateSupported() const
1296{
1297 USE_MAIN_THREAD_RENDER_CONTEXT();
1298 return renderContext.GetCaps().SupportsVariableRefreshRate();
1299}
1300
1301void TriDevice::UpdateAvailableUpscalingTechniques()
1302{

Callers 1

SetStateMethod · 0.80

Calls 1

Tested by

no test coverage detected