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

TVkSubmitInfo

Declaration

Source position: vulkanlib.pas line 10090

type TVkSubmitInfo = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  waitSemaphoreCount: TVkUInt32;

  

  pWaitSemaphores: PVkSemaphore;

  

  pWaitDstStageMask: PVkPipelineStageFlags;

  

  commandBufferCount: TVkUInt32;

  

  pCommandBuffers: PVkCommandBuffer;

  

  signalSemaphoreCount: TVkUInt32;

  

  pSignalSemaphores: PVkSemaphore;

  

end;



CT Web help

CodeTyphon Studio