Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ last_is_opaque
Method
last_is_opaque
tutorials/next_hit/next_hit_device.cpp:91–93 ·
view source on GitHub ↗
checks if the last hit is opaque */
Source
from the content-addressed store, hash-verified
89
90
/* checks if the last hit is opaque */
91
bool last_is_opaque() const {
92
return size() && last().opaque;
93
}
94
95
public:
96
const TutorialData& data;
Callers
1
gather_next_hits
Function · 0.80
Calls
1
size
Function · 0.50
Tested by
no test coverage detected