VkEnumerateDeviceLayerPropertiesNative typedef

VkEnumerateDeviceLayerPropertiesNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<NativeType> pPropertyCount, Pointer<VkLayerProperties> pProperties)

Implementation

typedef VkEnumerateDeviceLayerPropertiesNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer pPropertyCount,
    Pointer<VkLayerProperties> pProperties);