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

TvkCmdDrawIndexedIndirectCountKHR

Declaration

Source position: vulkanlib.pas line 20835

type TvkCmdDrawIndexedIndirectCountKHR = procedure(

  commandBuffer: TVkCommandBuffer;

  buffer: TVkBuffer;

  offset: TVkDeviceSize;

  countBuffer: TVkBuffer;

  countBufferOffset: TVkDeviceSize;

  maxDrawCount: TVkUInt32;

  stride: TVkUInt32

);



CT Web help

CodeTyphon Studio