| 2272 | { |
| 2273 | return m_pFunction->GetContextFlags(); |
| 2274 | } |
| 2275 | |
| 2276 | template <abi_t ABI> |
| 2277 | HRESULT D3D11DeviceContextX<ABI>::FinishCommandList(BOOL RestoreDeferredContextState, gfx::ID3D11CommandList<ABI> **ppCommandList) |
| 2278 | { |
| 2279 | ID3D11CommandList *CommandList = nullptr; |
| 2280 | HRESULT hr = m_pFunction->FinishCommandList(RestoreDeferredContextState, &CommandList); |
no outgoing calls
no test coverage detected