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

Function hasGeometryFilterFunction

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

Source from the content-addressed store, hash-verified

307 }
308
309 __forceinline bool hasGeometryFilterFunction() {
310 return world.numFilterFunctions != 0;
311 }
312
313 __forceinline bool hasFilterFunction() {
314 return hasArgumentFilterFunction() || hasGeometryFilterFunction();

Callers 1

hasFilterFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected