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

Function ospSetUInt

ospray/api/ospray_util_impl.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void ospSetUInt(OSPObject o, const char *id, unsigned int x)
116{
117 ospSetParam(o, id, OSP_UINT, &x);
118}
119
120void ospSetBox1f(OSPObject o, const char *id, float x, float y)
121{

Callers

nothing calls this directly

Calls 1

ospSetParamFunction · 0.85

Tested by

no test coverage detected