MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetD3D11DeviceWrapper

Method GetD3D11DeviceWrapper

src/client/ct_base_workspace.cpp:1379–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377 }
1378
1379 std::shared_ptr<D3D11DeviceWrapper> BaseWorkspace::GetD3D11DeviceWrapper(uint64_t adapter_uid) {
1380 if (d3d11_devices_.find(adapter_uid) == d3d11_devices_.end()) {
1381 return nullptr;
1382 }
1383 return d3d11_devices_[adapter_uid];
1384 }
1385
1386 void BaseWorkspace::PostMediaMessage(std::shared_ptr<Data> msg) {
1387 sdk_->PostMediaMessage(msg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected