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

Function hasArgumentFilterFunction

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

Source from the content-addressed store, hash-verified

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;
307 }
308
309 __forceinline bool hasGeometryFilterFunction() {
310 return world.numFilterFunctions != 0;

Callers 1

hasFilterFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected