This commit is contained in:
Henrik Rydgård 2017-11-09 13:35:42 +01:00
parent 25f32b1d78
commit 845b02a6c5

View file

@ -349,9 +349,6 @@ bool VulkanContext::CheckLayers(const std::vector<LayerProperties> &layer_props,
}
int VulkanContext::GetBestPhysicalDevice() {
// DO NOT COMMIT
return 1;
// Rules: Prefer discrete over embedded.
// Prefer nVidia over Intel.