MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / GetType

Method GetType

projects/WinDurango.D3D11X/src/ID3D11DeviceContext.cpp:2274–2277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 12

MapMethod · 0.45
UnmapMethod · 0.45
CopySubresourceRegionMethod · 0.45
CopyResourceMethod · 0.45
UpdateSubresourceMethod · 0.45
SetResourceMinLODMethod · 0.45
GetResourceMinLODMethod · 0.45
ResolveSubresourceMethod · 0.45
UpdateSubresource1Method · 0.45
UpdateShaderResourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected