Use Vulkan as the default graphics backend.
This commit is contained in:
@@ -78,7 +78,7 @@ std::unique_ptr<gpu::GraphicsSystem> CreateGraphicsSystem() {
|
|||||||
std::unique_ptr<gpu::GraphicsSystem> best;
|
std::unique_ptr<gpu::GraphicsSystem> best;
|
||||||
|
|
||||||
best = std::unique_ptr<gpu::GraphicsSystem>(
|
best = std::unique_ptr<gpu::GraphicsSystem>(
|
||||||
new xe::gpu::gl4::GL4GraphicsSystem());
|
new xe::gpu::vulkan::VulkanGraphicsSystem());
|
||||||
if (best) {
|
if (best) {
|
||||||
return best;
|
return best;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user