MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / PostInstall

Method PostInstall

Source/Features/Loop/Backend/Source/Feature.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123bool LoopFeature::PostInstall() {
124 // Start the heart beat thread
125 heartBeatThread = std::thread(&LoopFeature::HeartBeatThreadWorker, this);
126
127 // OK
128 return true;
129}
130
131FeatureHookTable LoopFeature::GetHookTable() {
132 FeatureHookTable table{};

Callers 2

Hook_vkCreateDeviceFunction · 0.45
D3D12CreateDeviceGPUOpenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected