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

TVkCommandBufferAllocateInfo

Declaration

Source position: vulkanlib.pas line 9711

type TVkCommandBufferAllocateInfo = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  commandPool: TVkCommandPool;

  

  level: TVkCommandBufferLevel;

  

  commandBufferCount: TVkUInt32;

  

end;



CT Web help

CodeTyphon Studio