public static string GetDescription(this VkLayerProperties properties) { return(Interop.GetString(properties.description)); }
public static string GetLayerName(this VkLayerProperties properties) { return(Interop.GetString(properties.layerName)); }
public static string GetDeviceName(this VkPhysicalDeviceProperties properties) { return(Interop.GetString(properties.deviceName)); }
public static string GetExtensionName(this VkExtensionProperties properties) { return(Interop.GetString(properties.extensionName)); }