VkMergeValidationCachesEXTNative typedef

VkMergeValidationCachesEXTNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkValidationCacheEXT> dstCache, Uint32 srcCacheCount, Pointer<Pointer<VkValidationCacheEXT>> pSrcCaches)

Implementation

typedef VkMergeValidationCachesEXTNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkValidationCacheEXT> dstCache,
    Uint32 srcCacheCount,
    Pointer<Pointer<VkValidationCacheEXT>> pSrcCaches);