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

Method newTexture

modules/cpu/ISPCDevice.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431OSPTexture ISPCDevice::newTexture(const char *type)
432{
433 return (OSPTexture)Texture::createInstance(type, *this);
434}
435
436///////////////////////////////////////////////////////////////////////////
437// Instancing /////////////////////////////////////////////////////////////

Callers 1

ospNewTextureFunction · 0.45

Calls 1

createInstanceFunction · 0.85

Tested by

no test coverage detected