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

Method Unmap

SampleFramework11/v1.02/Graphics/GraphicsTypes.cpp:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void StagingBuffer::Unmap(ID3D11DeviceContext* context)
574{
575 context->Unmap(Buffer, 0);
576}
577
578// == StagingTexture2D ============================================================================
579

Callers 10

ExtractBakePointsFunction · 0.80
UpdateMethod · 0.80
RenderHUDMethod · 0.80
ReduceDepthMethod · 0.80
PostProcessMethod · 0.80
ApplyChangesMethod · 0.80
SetPerBatchDataMethod · 0.80
RenderMethod · 0.80
RenderBatchMethod · 0.80
WriteToFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected