VkDestroyPipelineLayoutNative typedef

VkDestroyPipelineLayoutNative = Void Function(Pointer<VkDevice> device, Pointer<VkPipelineLayout> pipelineLayout, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyPipelineLayoutNative = Void Function(
    Pointer<VkDevice> device,
    Pointer<VkPipelineLayout> pipelineLayout,
    Pointer<VkAllocationCallbacks> pAllocator);