MCPcopy Create free account
hub / github.com/ZDoom/Raze / Map

Method Map

source/common/rendering/vulkan/system/vk_hwbuffer.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void VkHardwareBuffer::Map()
193{
194 if (!mPersistent)
195 map = mBuffer->Map(0, mBuffer->size);
196}
197
198void VkHardwareBuffer::Unmap()
199{

Callers 11

CreateTextureMethod · 0.45
MapBufferMethod · 0.45
SetLightmapMethod · 0.45
VkPPTextureMethod · 0.45
CopyScreenToBufferMethod · 0.45
SetDataMethod · 0.45
SetSubDataMethod · 0.45
ResizeMethod · 0.45
LockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected