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

LabImageBlit

Declaration

Source position: LabCommandBuffer.pas line 154

function LabImageBlit(

  const SrcOffsetMin: TVkOffset3D;

  const SrcOffsetMax: TVkOffset3D;

  const SrcAspectMask: TVkImageAspectFlags;

  const SrcMipLevel: TVkUInt32;

  const SrcBaseArrayLayer: TVkUInt32;

  const SrcArrayLayerCount: TVkUInt32;

  const DstOffsetMin: TVkOffset3D;

  const DstOffsetMax: TVkOffset3D;

  const DstAspectMask: TVkImageAspectFlags;

  const DstMipLevel: TVkUInt32;

  const DstBaseArrayLayer: TVkUInt32;

  const DstArrayLayerCount: TVkUInt32

):TVkImageBlit;



CT Web help

CodeTyphon Studio