Unit 'LabCommandBuffer' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_vulkanlab]

LabBufferMemoryBarrier

Declaration

Source position: LabCommandBuffer.pas line 130

function LabBufferMemoryBarrier(

  const Buffer: TVkBuffer;

  const SrcAccessMask: TVkAccessFlags;

  const DstAccessMask: TVkAccessFlags;

  const Size: TVkDeviceSize = VK_WHOLE_SIZE;

  const SrcQueueFamilyIndex: TVkUInt32 = VK_QUEUE_FAMILY_IGNORED;

  const DstQueueFamilyIndex: TVkUInt32 = VK_QUEUE_FAMILY_IGNORED

):TVkBufferMemoryBarrier;



CT Web help

CodeTyphon Studio