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

Method SupportsRaytracing

trinity/TriDevice.cpp:1399–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

UpdateRtMeshMethod · 0.45
UpdateRtMeshMethod · 0.45
UpdateAsyncronousMethod · 0.45
UpdateRtMeshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected