VkEnumerateInstanceLayerProperties typedef

VkEnumerateInstanceLayerProperties = int Function(Pointer<NativeType> pPropertyCount, Pointer<VkLayerProperties> pProperties)

Implementation

typedef VkEnumerateInstanceLayerProperties = int Function(
    Pointer pPropertyCount, Pointer<VkLayerProperties> pProperties);