VkEnumerateInstanceLayerPropertiesNative typedef

VkEnumerateInstanceLayerPropertiesNative = Int32 Function(Pointer<NativeType> pPropertyCount, Pointer<VkLayerProperties> pProperties)

Implementation

typedef VkEnumerateInstanceLayerPropertiesNative = Int32 Function(
    Pointer pPropertyCount, Pointer<VkLayerProperties> pProperties);