Ejemplo n.º 1
0
 internal unsafe void GetDisplayPlaneProperties(ref uint propertyCount, DisplayPlaneProperties* properties)
 {
     fixed (uint* __propertyCount__ = &propertyCount)
     {
         vkGetPhysicalDeviceDisplayPlanePropertiesKHR(this, __propertyCount__, properties).CheckError();
     }
 }
Ejemplo n.º 2
0
 internal static unsafe extern Result vkGetPhysicalDeviceDisplayPlanePropertiesKHR(PhysicalDevice physicalDevice, uint* propertyCount, DisplayPlaneProperties* properties);