VkCreateGraphicsPipelines typedef

VkCreateGraphicsPipelines = int Function(Pointer<VkDevice> device, Pointer<VkPipelineCache> pipelineCache, int createInfoCount, Pointer<VkGraphicsPipelineCreateInfo> pCreateInfos, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkPipeline>> pPipelines)

Implementation

typedef VkCreateGraphicsPipelines = int Function(
    Pointer<VkDevice> device,
    Pointer<VkPipelineCache> pipelineCache,
    int createInfoCount,
    Pointer<VkGraphicsPipelineCreateInfo> pCreateInfos,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkPipeline>> pPipelines);