MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / unmap

Method unmap

Source/Falcor/Core/API/Buffer.cpp:347–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void Buffer::unmap() const
348{
349 if (mMappedPtr)
350 {
351 FALCOR_GFX_CALL(mGfxBufferResource->unmap(nullptr));
352 mMappedPtr = nullptr;
353 }
354}
355
356bool Buffer::adjustSizeOffsetParams(size_t& size, size_t& offset) const
357{

Callers 15

readPixelDataMethod · 0.80
executeMethod · 0.80
getMinMaxMethod · 0.80
verifyDataMethod · 0.80
renderTextMethod · 0.80
renderMethod · 0.80
readBackDataMethod · 0.80
copyDataToCPUMethod · 0.80
fetchCountMethod · 0.80
createResourcesMethod · 0.80
syncCPUDataMethod · 0.80
optimizeMaterialsMethod · 0.80

Calls

no outgoing calls

Tested by 3

verifyDataMethod · 0.64
GPU_TESTFunction · 0.64
GPU_TESTFunction · 0.64