MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Unmap

Method Unmap

GTE/Graphics/DX11/DX11Engine.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void DX11Engine::Unmap(std::shared_ptr<Resource> const& resource, uint32_t sri)
199{
200 DX11Resource* dxResource = static_cast<DX11Resource*>(Bind(resource));
201 dxResource->Unmap(mImmediate, sri);
202}
203
204bool DX11Engine::IsFullscreen(DXGIOutput const& output) const
205{

Callers 9

UpdateMethod · 0.45
CopyCpuToGpuMethod · 0.45
CopyGpuToCpuMethod · 0.45
GetNumActiveElementsMethod · 0.45
CopyBackBufferMethod · 0.45
UpdateMethod · 0.45
CopyCpuToGpuMethod · 0.45
CopyGpuToCpuMethod · 0.45
OnIdleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected