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

TvkCmdDrawIndexedIndirectCountAMD

Declaration

Source position: vulkanlib.pas line 20836

type TvkCmdDrawIndexedIndirectCountAMD = procedure(

  commandBuffer: TVkCommandBuffer;

  buffer: TVkBuffer;

  offset: TVkDeviceSize;

  countBuffer: TVkBuffer;

  countBufferOffset: TVkDeviceSize;

  maxDrawCount: TVkUInt32;

  stride: TVkUInt32

);



CT Web help

CodeTyphon Studio