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

TvkCmdBindVertexBuffers2EXT

Declaration

Source position: vulkanlib.pas line 20951

type TvkCmdBindVertexBuffers2EXT = procedure(

  commandBuffer: TVkCommandBuffer;

  firstBinding: TVkUInt32;

  bindingCount: TVkUInt32;

  const pBuffers: PVkBuffer;

  const pOffsets: PVkDeviceSize;

  const pSizes: PVkDeviceSize;

  const pStrides: PVkDeviceSize

);



CT Web help

CodeTyphon Studio