Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Blast
/ setManager
Method
setManager
samples/SampleBase/core/SampleManager.h:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
public:
41
42
void setManager(SampleManager* manager)
43
{
44
m_manager = manager;
45
}
46
protected:
47
48
SampleManager* getManager() const
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected