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

TvkGetQueryPoolResults

Declaration

Source position: vulkanlib.pas line 20424

type TvkGetQueryPoolResults = function(

  device: TVkDevice;

  queryPool: TVkQueryPool;

  firstQuery: TVkUInt32;

  queryCount: TVkUInt32;

  dataSize: TVkSize;

  pData: PVkVoid;

  stride: TVkDeviceSize;

  flags: TVkQueryResultFlags

):TVkResult;



CT Web help

CodeTyphon Studio