VkCreateValidationCacheEXTNative typedef

VkCreateValidationCacheEXTNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkValidationCacheCreateInfoEXT> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkValidationCacheEXT>> pValidationCache)

Implementation

typedef VkCreateValidationCacheEXTNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkValidationCacheCreateInfoEXT> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkValidationCacheEXT>> pValidationCache);