[Vulkan] Provider init, Android platform defines

This commit is contained in:
Triang3l
2020-09-06 22:08:17 +03:00
parent df1db5c627
commit dfa181a529
6 changed files with 630 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ class VulkanGraphicsSystem : public GraphicsSystem {
static bool IsAvailable() { return true; }
std::string name() const override { return "Vulkan Prototype"; }
std::string name() const override { return "Vulkan Prototype - DO NOT USE"; }
X_STATUS Setup(cpu::Processor* processor, kernel::KernelState* kernel_state,
ui::Window* target_window) override;