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

Method HasGeometry

trinity/Raytracing/Tr2RaytracingGeometry.cpp:1057–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055}
1056
1057bool Tr2RaytracingGeometry::HasGeometry() const
1058{
1059 return m_tlas.IsValid();
1060}
1061
1062Tr2RtTopLevelAccelerationStructureAL Tr2RaytracingGeometry::GetTLAS() const
1063{

Callers 3

RenderFogMethod · 0.80
RenderShadowsMethod · 0.80

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected