Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
void ospSetInt(OSPObject o, const char *id, int x)
111
{
112
ospSetParam(o, id, OSP_INT, &x);
113
}
114
115
void ospSetUInt(OSPObject o, const char *id, unsigned int x)
116
{
Callers
2
buildScene1
Function · 0.85
buildScene2
Function · 0.85
Calls
1
ospSetParam
Function · 0.85
Tested by
no test coverage detected