VkDestroyPipelineCacheNative typedef

VkDestroyPipelineCacheNative = Void Function(Pointer<VkDevice> device, Pointer<VkPipelineCache> pipelineCache, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyPipelineCacheNative = Void Function(
    Pointer<VkDevice> device,
    Pointer<VkPipelineCache> pipelineCache,
    Pointer<VkAllocationCallbacks> pAllocator);