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

Function getNumObjects

tutorials/buildbench/buildbench_device.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 size_t getNumObjects(ISPCScene* scene_in)
153 {
154 return scene_in->numGeometries;
155 }
156
157 void updateObjects(ISPCScene* scene_in, RTCScene scene_out)
158 {

Calls

no outgoing calls

Tested by

no test coverage detected