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

Function ospSetString

ospray/api/ospray_util_impl.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88// Parameter helpers ////////////////////////////////////////////////////////
89
90void ospSetString(OSPObject o, const char *id, const char *s)
91{
92 ospSetParam(o, id, OSP_STRING, &s);
93}
94
95void ospSetObject(OSPObject o, const char *id, OSPObject other)
96{

Callers

nothing calls this directly

Calls 1

ospSetParamFunction · 0.85

Tested by

no test coverage detected