VkCreatePipelineLayoutNative typedef

VkCreatePipelineLayoutNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkPipelineLayoutCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkPipelineLayout>> pPipelineLayout)

Implementation

typedef VkCreatePipelineLayoutNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkPipelineLayoutCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkPipelineLayout>> pPipelineLayout);