| 129 | }; |
| 130 | |
| 131 | d3d11_instance::d3d11_instance(ATL::CComPtr<ID3D11Device> device) : _device(device) |
| 132 | { |
| 133 | // Acquire immediate rendering context. |
| 134 | device->GetImmediateContext(&_context); |
| 135 | } |
| 136 | |
| 137 | d3d11_instance::~d3d11_instance() |
| 138 | { |
nothing calls this directly
no outgoing calls
no test coverage detected