MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Unmap

Method Unmap

SampleFramework12/v1.00/Graphics/GraphicsTypes.cpp:889–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889void ReadbackBuffer::Unmap()
890{
891 Assert_(Resource != nullptr);
892 Resource->Unmap(0, nullptr);
893}
894
895// == Fence =======================================================================================
896

Callers 2

UpdateDecalsMethod · 0.80
EndFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected