Qt: Add renderer/resolution to status bar
This commit is contained in:
@ -27,6 +27,11 @@ GPU_HW_Vulkan::~GPU_HW_Vulkan()
|
||||
DestroyResources();
|
||||
}
|
||||
|
||||
GPURenderer GPU_HW_Vulkan::GetRendererType() const
|
||||
{
|
||||
return GPURenderer::HardwareVulkan;
|
||||
}
|
||||
|
||||
bool GPU_HW_Vulkan::Initialize(HostDisplay* host_display)
|
||||
{
|
||||
if (host_display->GetRenderAPI() != HostDisplay::RenderAPI::Vulkan)
|
||||
|
||||
Reference in New Issue
Block a user