VkEnumerateDeviceLayerProperties typedef

VkEnumerateDeviceLayerProperties = int Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<NativeType> pPropertyCount, Pointer<VkLayerProperties> pProperties)

Implementation

typedef VkEnumerateDeviceLayerProperties = int Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer pPropertyCount,
    Pointer<VkLayerProperties> pProperties);