MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / hasAnimations

Method hasAnimations

Source/Falcor/Scene/Animation/AnimatedVertexCache.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 bool AnimatedVertexCache::hasAnimations() const
181 {
182 return hasMeshAnimations() || hasCurveAnimations();
183 }
184
185 uint64_t AnimatedVertexCache::getMemoryUsageInBytes() const
186 {

Callers 4

renderUIMethod · 0.80
buildTlasMethod · 0.80
hasAnimationFunction · 0.80
animateMethod · 0.80

Calls 2

hasMeshAnimationsFunction · 0.85
hasCurveAnimationsFunction · 0.85

Tested by

no test coverage detected