VkGetMemoryFdPropertiesKHR typedef

VkGetMemoryFdPropertiesKHR = int Function(Pointer<VkDevice> device, int handleType, int fd, Pointer<VkMemoryFdPropertiesKHR> pMemoryFdProperties)

Implementation

typedef VkGetMemoryFdPropertiesKHR = int Function(
    Pointer<VkDevice> device,
    int handleType,
    int fd,
    Pointer<VkMemoryFdPropertiesKHR> pMemoryFdProperties);