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

Function ospSetInt

ospray/api/ospray_util_impl.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void ospSetInt(OSPObject o, const char *id, int x)
111{
112 ospSetParam(o, id, OSP_INT, &x);
113}
114
115void ospSetUInt(OSPObject o, const char *id, unsigned int x)
116{

Callers 2

buildScene1Function · 0.85
buildScene2Function · 0.85

Calls 1

ospSetParamFunction · 0.85

Tested by

no test coverage detected