Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_pass
Function · 0.45
gather_next_hits
Function · 0.45
multi_pass
Function · 0.45
renderPixelStandard
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected