Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1057
bool Tr2RaytracingGeometry::HasGeometry() const
1058
{
1059
return m_tlas.IsValid();
1060
}
1061
1062
Tr2RtTopLevelAccelerationStructureAL Tr2RaytracingGeometry::GetTLAS() const
1063
{
Callers
3
RenderFog
Method · 0.80
RenderRaytracedShadows
Method · 0.80
RenderShadows
Method · 0.80
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected