VkGetMemoryHostPointerPropertiesEXT typedef

VkGetMemoryHostPointerPropertiesEXT = int Function(Pointer<VkDevice> device, int handleType, Pointer<NativeType> pHostPointer, Pointer<VkMemoryHostPointerPropertiesEXT> pMemoryHostPointerProperties)

Implementation

typedef VkGetMemoryHostPointerPropertiesEXT = int Function(
    Pointer<VkDevice> device,
    int handleType,
    Pointer pHostPointer,
    Pointer<VkMemoryHostPointerPropertiesEXT> pMemoryHostPointerProperties);