Renderer: Remake backend selection

This commit is contained in:
Lynix
2020-05-23 22:07:22 +02:00
parent 6ffbfd9941
commit 8fa456bdf5
6 changed files with 34 additions and 43 deletions

View File

@@ -28,8 +28,6 @@ namespace Nz
std::shared_ptr<RenderDevice> InstanciateRenderDevice(std::size_t deviceIndex) override;
bool IsBetterThan(const RendererImpl* other) const override;
RenderAPI QueryAPI() const override;
std::string QueryAPIString() const override;
UInt32 QueryAPIVersion() const override;