public static extern unsafe void vkGetPhysicalDeviceFormatProperties(IntPtr physicalDevice, Format format, FormatProperties *pFormatProperties);
Beispiel #2
0
 internal static unsafe extern void vkGetPhysicalDeviceFormatProperties(PhysicalDevice physicalDevice, Format format, FormatProperties *FormatProperties);