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

Method size

tutorials/next_hit/next_hit_device.cpp:80–82  ·  view source on GitHub ↗

return number of gathered hits */

Source from the content-addressed store, hash-verified

78
79 /* return number of gathered hits */
80 unsigned int size() const {
81 return end-begin;
82 }
83
84 /* returns the last hit */
85 const Hit& last() const {

Callers 4

single_passFunction · 0.45
gather_next_hitsFunction · 0.45
multi_passFunction · 0.45
renderPixelStandardFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected