MCPcopy Create free account
hub / github.com/RenderKit/ospray / newInstance

Method newInstance

modules/cpu/ISPCDevice.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445OSPInstance ISPCDevice::newInstance(OSPGroup _group)
446{
447 auto *group = (Group *)_group;
448 auto *instance = new Instance(*this, group);
449 return (OSPInstance)instance;
450}
451
452///////////////////////////////////////////////////////////////////////////
453// Top-level Worlds ///////////////////////////////////////////////////////

Callers 1

ospNewInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected