| 1397 | } |
| 1398 | |
| 1399 | bool TriDevice::SupportsRaytracing() |
| 1400 | { |
| 1401 | USE_MAIN_THREAD_RENDER_CONTEXT(); |
| 1402 | return g_raytracingEnabled && renderContext.GetCaps().SupportsRaytracing(); |
| 1403 | } |
| 1404 | |
| 1405 | #if BLUE_WITH_PYTHON |
| 1406 | PyObject* TriDevice::PyGetUpscalingInfo( PyObject* args ) |
no outgoing calls
no test coverage detected