[Vulkan] Make the title message more clear to users
This commit is contained in:
parent
d65cbc160d
commit
fb39bac2a1
|
@ -26,7 +26,7 @@ class VulkanGraphicsSystem : public GraphicsSystem {
|
|||
|
||||
static bool IsAvailable() { return true; }
|
||||
|
||||
std::string name() const override { return "Vulkan"; }
|
||||
std::string name() const override { return "Vulkan - obsolete"; }
|
||||
|
||||
X_STATUS Setup(cpu::Processor* processor, kernel::KernelState* kernel_state,
|
||||
ui::Window* target_window) override;
|
||||
|
|
Loading…
Reference in New Issue