VkCmdSetVertexInputEXTNative typedef

VkCmdSetVertexInputEXTNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 vertexBindingDescriptionCount, Pointer<VkVertexInputBindingDescription2EXT> pVertexBindingDescriptions, Uint32 vertexAttributeDescriptionCount, Pointer<VkVertexInputAttributeDescription2EXT> pVertexAttributeDescriptions)

Implementation

typedef VkCmdSetVertexInputEXTNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 vertexBindingDescriptionCount,
    Pointer<VkVertexInputBindingDescription2EXT> pVertexBindingDescriptions,
    Uint32 vertexAttributeDescriptionCount,
    Pointer<VkVertexInputAttributeDescription2EXT>
        pVertexAttributeDescriptions);