MCPcopy Create free account
hub / github.com/Nadrin/Quartz / LoadTextureJob

Method LoadTextureJob

src/raytrace/jobs/loadtexturejob.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace Raytrace {
15
16LoadTextureJob::LoadTextureJob(NodeManagers *managers, const HAbstractTexture &handle)
17 : m_nodeManagers(managers)
18 , m_handle(handle)
19{
20 Q_ASSERT(m_nodeManagers);
21}
22
23void LoadTextureJob::run()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected