MCPcopy Create free account
hub / github.com/RenderKit/embree / isDynamicAccel

Function isDynamicAccel

kernels/common/scene.h:303–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 __forceinline bool isRobustAccel() const { return scene_flags & RTC_SCENE_FLAG_ROBUST; }
302 __forceinline bool isStaticAccel() const { return !(scene_flags & RTC_SCENE_FLAG_DYNAMIC); }
303 __forceinline bool isDynamicAccel() const { return scene_flags & RTC_SCENE_FLAG_DYNAMIC; }
304
305 __forceinline bool hasArgumentFilterFunction() const {
306 return scene_flags & RTC_SCENE_FLAG_FILTER_FUNCTION_IN_ARGUMENTS;

Callers 1

build_cpu_accelsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected