MCPcopy 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
95public:
96 const TutorialData& data;

Callers 1

gather_next_hitsFunction · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected