MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / createObject

Function createObject

Source/Falcor/Core/API/FencedPool.h:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 ObjectType createObject()
91 {
92 ObjectType pObj = mNewObjFunc(mpUserData);
93 if (pObj == nullptr)
94 FALCOR_THROW("Failed to create new object in fenced pool");
95 return pObj;
96 }
97
98 struct Data
99 {

Callers 2

newObjectFunction · 0.85
FencedPool.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected