[Vulkan] Update title bar warning
This commit is contained in:
parent
f7ef051025
commit
ee84f4e267
|
@ -26,7 +26,9 @@ class VulkanGraphicsSystem : public GraphicsSystem {
|
||||||
|
|
||||||
static bool IsAvailable() { return true; }
|
static bool IsAvailable() { return true; }
|
||||||
|
|
||||||
std::string name() const override { return "Vulkan Prototype - DO NOT USE"; }
|
std::string name() const override {
|
||||||
|
return "Vulkan - HEAVILY INCOMPLETE, early development";
|
||||||
|
}
|
||||||
|
|
||||||
X_STATUS Setup(cpu::Processor* processor, kernel::KernelState* kernel_state,
|
X_STATUS Setup(cpu::Processor* processor, kernel::KernelState* kernel_state,
|
||||||
ui::WindowedAppContext* app_context,
|
ui::WindowedAppContext* app_context,
|
||||||
|
|
Loading…
Reference in New Issue