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