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

Method commit

ospray/include/ospray/ospray_cpp/ManagedObject.h:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172template <typename HANDLE_T, OSPDataType TYPE>
173inline void ManagedObject<HANDLE_T, TYPE>::commit() const
174{
175 ospCommit(ospObject);
176}
177
178template <typename HANDLE_T, OSPDataType TYPE>
179inline HANDLE_T ManagedObject<HANDLE_T, TYPE>::handle() const

Callers

nothing calls this directly

Calls 1

ospCommitFunction · 0.85

Tested by

no test coverage detected