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

TvkCmdDrawIndexed

Declaration

Source position: vulkanlib.pas line 20487

type TvkCmdDrawIndexed = procedure(

  commandBuffer: TVkCommandBuffer;

  indexCount: TVkUInt32;

  instanceCount: TVkUInt32;

  firstIndex: TVkUInt32;

  vertexOffset: TVkInt32;

  firstInstance: TVkUInt32

);



CT Web help

CodeTyphon Studio