Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TvkCmdCopyQueryPoolResults

Declaration

Source position: vulkanlib.pas line 20521

type TvkCmdCopyQueryPoolResults = procedure(

  commandBuffer: TVkCommandBuffer;

  queryPool: TVkQueryPool;

  firstQuery: TVkUInt32;

  queryCount: TVkUInt32;

  dstBuffer: TVkBuffer;

  dstOffset: TVkDeviceSize;

  stride: TVkDeviceSize;

  flags: TVkQueryResultFlags

);



CT Web help

CodeTyphon Studio