VkCmdDrawMultiEXTNative typedef

VkCmdDrawMultiEXTNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 drawCount, Pointer<VkMultiDrawInfoEXT> pVertexInfo, Uint32 instanceCount, Uint32 firstInstance, Uint32 stride)

Implementation

typedef VkCmdDrawMultiEXTNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 drawCount,
    Pointer<VkMultiDrawInfoEXT> pVertexInfo,
    Uint32 instanceCount,
    Uint32 firstInstance,
    Uint32 stride);